Skip to content

Commit

Permalink
review interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
schillic committed Jun 17, 2019
1 parent 3ec7ce8 commit c575be8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/src/lib/interfaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,17 @@ isempty(::AbstractCentrallySymmetricPolytope)

A zonotope is a specific centrally symmetric polytope characterized by a
center and a collection of generators.
Mathematically, a zonotope is defined as the set

```math
Z = \\left\\{ c + ∑_{i=1}^p ξ_i g_i,~~ ξ_i \\in [-1, 1]~~ ∀ i = 1,…, p \\right\\},
```
where ``c \\in \\mathbb{R}^n`` is its center and ``\\{g_i\\}_{i=1}^p``,
``g_i \\in \\mathbb{R}^n``, is the set of generators.
This characterization defines a zonotope as the finite Minkowski sum of line
segments.
Zonotopes can be equivalently described as the image of a unit infinity-norm
ball in ``\\mathbb{R}^n`` by an affine transformation.

```@docs
AbstractZonotope
Expand Down

0 comments on commit c575be8

Please sign in to comment.