CASA Function: tangSpace

Compute tangent space and tangent cone.

Calling Sequence:

Parameters:

A : algset("impl")
point : list
"cone" : string

Result:

B : algset

Description:

Examples:

> a1:=mkImplAlgSet([-15*y^2*z^3-76*y^3*z^2-z^5-3*y*z^4-15*x*y^2*z^2

> -11*x*y^3*z-x*z^4-3*x*y*z^3+y^3*x^2],[x,y,z],

> ["basespace"="projective"]);

[Maple Math]
[Maple Math]

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

[Maple Math]

> tangSpace(a1,[0,1,0],"cone");

[Maple Math]

See Also:

[CASA] [Groebnerbasis] [homogeneousForm] [leadingForm] [numberOfTerms] [pointInAlgSet] [setRandomParameters]