CASA Function: plotAlgSet

Plots algebraic sets.

Calling Sequence:

Parameters:

A : algset
options : expseq

Result:

P : PLOT

Description:

Examples:

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

[Maple Math]

> plotAlgSet(a1,x=-2..2,y=-1..3,numpoints=200);

[Maple Math]

[Maple Math]

[Maple Math]

> a2:=toPara(a1,t);

[Maple Math]
[Maple Math]

> plotAlgSet(a2,t=-10..10,scaling=constrained,axes=boxed);

> a3:=toPlac(a1,[0,0],T);

[Maple Math]
[Maple Math]

> plotAlgSet(a3,T=-1..1,order=6,title=`Powerseries expansion`);

See Also:

[CASA] [ssiPlot] [pacPlot]