user_guide:tutorials:coordinates

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
tutorial:coordinates [2014/01/03 15:45] – external edit 127.0.0.1tutorial:coordinates [2014/04/09 09:15] – small fix about the orientation of homogeneous coordinates assarf
Line 40: Line 40:
 </code> </code>
  
-Each line describes one linear inequality.  The encoding is as follows: (a_0,a_1,...,a_d) is the inequality a_0 + a_1 x_1 + ... + a_d x_d >= 0.  This way a point in homogeneous coordinates satisfies an inequality if and only if the scalar product of the point with the inequality gives a non-negative value. (Use the command ''print_constraints($m)'' to display the inequalities of the matrix ''$m'' in a nice way.)+Each line describes one linear inequality.  The encoding is as follows: (a_0,a_1,...,a_d) is the inequality a_0 + a_1 x_1 + ... + a_d x_d >= 0.  This way a point in (oriented) homogeneous coordinates satisfies an inequality if and only if the scalar product of the point with the inequality gives a non-negative value. (Use the command ''print_constraints($m)'' to display the inequalities of the matrix ''$m'' in a nice way.)
  
 Clearly, the polyhedron is unbounded. Clearly, the polyhedron is unbounded.
  • user_guide/tutorials/coordinates.txt
  • Last modified: 2019/02/04 22:55
  • by 127.0.0.1