next | previous | forward | backward | up | top | index | toc | Macaulay2 website
SpaceCurves :: isPrime(Curve)

isPrime(Curve) -- checks if the ideal of a Curve is prime

Synopsis

Description

i1 : C = curve(5,2);
i2 : isPrime C

o2 = true

Ways to use this method: