Package | Description |
---|---|
org.mathIT.algebra |
Provides classes for algebra and linear algebra.
|
Modifier and Type | Method and Description |
---|---|
Polynomial[] |
Polynomial.divide(Polynomial v)
Divides this polynomial by the given polynomial v
and returns an array {q,r} holding the quotient q as the first entry
and the remainder r as the second entry.
|
Polynomial |
Polynomial.multiply(Polynomial q)
Multiplies this polynomial with the given polynomial q.
|
Modifier and Type | Method and Description |
---|---|
Polynomial[] |
Polynomial.divide(Polynomial v)
Divides this polynomial by the given polynomial v
and returns an array {q,r} holding the quotient q as the first entry
and the remainder r as the second entry.
|
Polynomial |
Polynomial.multiply(Polynomial q)
Multiplies this polynomial with the given polynomial q.
|