Objects
Functionality
Libraries
Availability
Examples
Contributors
Task: Get a parametrization of a plane curve singularity via Hamburger-Noether expansion.
LIB "hnoether.lib"; ring r=0,(x,y,t),ls; poly f=x3-y2; list hn=develop(f); param(hn); _[1]=t2;_[2]=t3;
LIB "hnoether.lib";
ring r=0,(x,y,t),ls;
poly f=x3-y2;
list hn=develop(f);
param(hn);
_[1]=t2;_[2]=t3;