| Package | Description |
|---|---|
| org.mathIT.algebra |
Provides classes for algebra and linear algebra.
|
| Constructor and Description |
|---|
PolynomialZ(BigExponentComparator ec)
Creates an empty polynomial with the given
BigExponentComparator. |
PolynomialZ(BigInteger exponent,
BigInteger coefficient,
BigExponentComparator ec)
Creates a polynomial with a the single term ae xe
and the given
BigExponentComparator. |