Skip to content

Commit

Permalink
Update SDSOS documentation (#172)
Browse files Browse the repository at this point in the history
It appears the previous usage of DSOS(X) twice was a typo.
  • Loading branch information
AaronMoat committed Oct 29, 2020
1 parent 83c42d8 commit 444f925
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,12 @@ of degree 2, then all the monomials of `p` will have degree 4 (i.e. `p` will be
a quartic form).

Similarly, to create diagonally-dominant-sum-of-squares polynomial variables
(see [Definition 2, AM17]), use `DSOSPoly(X)`. This creates a diagonally
(see [Definition 3.1, AM17]), use `DSOSPoly(X)`. This creates a diagonally
dominant matrix of variables `Q` and sets the polynomial variables as the value
of `X' * Q * X`.

Finally, to create scaled-diagonally-dominant-sum-of-squares polynomial
variables (see [Definition 2, AM17]), use `DSOSPoly(X)`. This creates a
variables (see [Definition 3.2, AM17]), use `SDSOSPoly(X)`. This creates a
scaled diagonally dominant matrix of variables `Q` and sets the polynomial
variables as the value of `X' * Q * X`.

Expand Down

0 comments on commit 444f925

Please sign in to comment.