CASA Function: RPHcurve

Checks if there exists an RPH (rational Phytagorean hodograph) parametrization of the given curve.

Calling Sequence:

Parameters:

C : algset("para")
phi : name

Result:

B : boolean

Description:

Examples:

> a:=mkParaAlgSet([t^7,t^6],[t]);

[Maple Math]

> RPHcurve(a,p);

[Maple Math]

> p;

[Maple Math]

See Also:

[CASA] [mkImplAlgSet] [mkParaAlgSet] [paraOffset] [implOffset]