Macaulay2 » Documentation
Packages » SpaceCurves :: isSmooth
next | previous | forward | backward | up | index | toc

isSmooth -- checks smoothness of an ideal or of a Curve

Description

The method isSmooth uses Jacobian criterion to check the smoothness of an ideal or a Curve.

Synopsis

Synopsis

  • Usage:
    B = isSmooth(C)
  • Inputs:
    • C, an instance of the type Curve
  • Outputs:
i1 : C = curve(5,2);
i2 : isSmooth C

o2 = true

Ways to use isSmooth :

For the programmer

The object isSmooth is a method function.