Macaulay2
»
Documentation
Packages
»
SpaceCurves
::
isPrime(Curve)
next
|
previous
|
forward
|
backward
| up |
index
|
toc
isPrime(Curve) -- checks if the ideal of a Curve is prime
Synopsis
Function:
isPrime
Usage:
B = isPrime(C)
Inputs:
C
,
an instance of the type
Curve
Outputs:
B
,
a
Boolean value
Description
i1 : C = curve(5,2);
i2 : isPrime C o2 = true
Ways to use this method:
isPrime(Curve)
-- checks if the ideal of a Curve is prime