Working with monomial vectors #78
Replies: 2 comments 3 replies
-
One possible way is: % generate random polynomial In the above case % create monomials vectors % dynamics % f = A_1z_1 + A_2z_2 + A_3*z_3; |
Beta Was this translation helpful? Give feedback.
-
It is important to note that the monomial sparsity pattern is fundamentally different from a vector of monomials. The latter is a vector-valued polynomial which has an onto-relation between monomials and entries (often in a sorted manner, i.e., In sosopt, the
In fact, the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Before introducing the sparsity concept for the monomial vectors, working with them could sometimes be more intuitive (from a beginners perspective). Consider the literature example from [1] where one could write:
It might not be "best practice", but is there another intuitive way of obtaining something similar with the newer version?
@tcunis / @renatoloureiro
[1] P. Seiler and G. J. Balas, “Quasiconvex sum-of-squares programming,” in 49th IEEE Conference on Decision and Control (CDC), Atlanta, GA, USA: IEEE, Dec. 2010, pp. 3337–3342. doi: 10.1109/CDC.2010.5717672.
Beta Was this translation helpful? Give feedback.
All reactions