Class MutableMonomial
java.lang.Object
com.singularsys.extensions.polynomials.MutableMonomial
A mutable monomial representing a * x^i * y^j * ... * z^k.
There are no requirements that this is in a reduced form
so some powers can be zero.
- Author:
- Rich Morris Created on 23-Dec-2004
-
Constructor Summary
ConstructorsConstructorDescriptionMutableMonomial(PolynomialCreator pc, PConstant coeff, PNodeI[] nodes, PNodeI[] pows) Note arrays parsed may be modified. -
Method Summary
-
Constructor Details
-
MutableMonomial
Note arrays parsed may be modified.
-
-
Method Details
-
mul
- Throws:
ParseException
-
div
- Throws:
ParseException
-
mul
- Throws:
ParseException
-
toPNode
- Throws:
ParseException
-
toString
-
getNTerms
public int getNTerms() -
getTerm
-
setTerm
-
getPower
-
setPower
-
getCoeff
-
setCoeff
-