Class PolynomialRing.Polynomial<E>
java.lang.Object
org.episteme.core.mathematics.algebra.rings.PolynomialRing.Polynomial<E>
- Enclosing class:
PolynomialRing<E>
Represents a polynomial P(x) = sum(a_i * x^i).
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Method Summary
Modifier and TypeMethodDescriptionadd(PolynomialRing.Polynomial<E> other) multiply(PolynomialRing.Polynomial<E> other) negate()toString()
-
Method Details
-
add
-
negate
-
multiply
-
evaluate
-
getCoefficients
-
toString
-