CASA Function: pointInAlgSet

Tests whether a point is in a given algebraic set.

Calling Sequence:

Parameters:

point : list
A : algset

Result:

b : boolean

Description:

Examples:

> a1:=mkImplAlgSet([x^2+y,z^3+x*z-1],[x,y,z]);

[Maple Math]

> pointInAlgSet([0,0,1],a1);

[Maple Math]

> a2:=mkProjAlgSet([[z^3+x*z-1],[x,-(-2*z^3+1+z^6)/z^2, z]],[x, z]);

[Maple Math]

> pointInAlgSet([0,0,1],a2);

[Maple Math]

See Also:

[CASA] [toImpl] [toProjective]