next | previous | forward | backward | up | top | index | toc | Macaulay2 web site
UnirationalBNSchemes :: isSmoothAndIrreducible

isSmoothAndIrreducible -- checks whether a curve is smooth and irreducible

Synopsis

Description

i1 : p=101;
i2 : C=time curveViaLiaison(p,{1,1,3},{{0,0,0},{0,0,0}},{{2,2,1},{2,2,2}});
     -- used 1.38453 seconds
i3 : time isSmoothAndIrreducible(C_1)
     -- used 56.3385 seconds

o3 = true
i4 : C=time curveViaLiaison(p,{1,1,5},{{0,0,0},{0,0,0}},{{1,2,1},{4,2,2}});
     -- used 1.19516 seconds
i5 : time isSmoothAndIrreducible(C_1)
     -- used 34.817 seconds

o5 = false

Ways to use isSmoothAndIrreducible :