Differences between revisions 2 and 3
Revision 2 as of 2005-02-07 18:18:33
Size: 290
Editor: yakko
Comment:
Revision 3 as of 2005-02-07 18:18:57
Size: 321
Editor: yakko
Comment:
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:
'''See Also SemiLinearSets'''

SemiAlgebraicSets are geometric shapes (sets of points) constrained by a set of polynomial constraints.

A bump could be defined as follows:

bump(i,x,y) :- i=1, y+x^2-3<=0, y>=0.

Bumb would then be the set of points contained in the geometric shape below:

attachment:bump.gif

See Also SemiLinearSets

SemiAlgebraicSets (last edited 2020-01-26 17:57:47 by scot)