CASA Function: imult

Intersection-multiplicity of two plane curves in affine space.

Calling Sequence:

Parameters:

A : planecurve
B : planecurve
point : list

Result:

m : integer

Description:

Examples:

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

[Maple Math]

> a2:=mkImplAlgSet([expand(x^4-y^3)],[x,y]);

[Maple Math]

> imult(a1,a2,[0,0]);

[Maple Math]

See Also:

[CASA] [isProjective]