Representation of an ideal generated by a set of polynomials and basic operations with ideals

Hierarchy

  • Ideal

Constructors

Properties

generators: Polynomial[]

Methods

  • Computes the implicit equation of a variety given the parametrizations of each variable in R3

    Returns

    Generator of the smallest variety containing the image of (fx/qx,fy/qy,fz/qz)

    Parameters

    • fx: Polynomial

      Numerator of the parametrization for x

    • fy: Polynomial

      Numerator of the parametrization for y

    • fz: Polynomial

      Numerator of the parametrization for z

    • qx: Polynomial

      Denominator of the parametrization for x

    • qy: Polynomial

      Denominator of the parametrization for y

    • qz: Polynomial

      Denominator of the parametrization for z

    • parameters: string[] = []

      Parameters of the parametric equations appart from the variables, if any

    Returns Polynomial

Generated using TypeDoc