Class Monomial<T extends Ring<T>>
java.lang.Object
org.episteme.core.mathematics.symbolic.Monomial<T>
- All Implemented Interfaces:
Comparable<Monomial<T>>
Represents a monomial, which is a product of variables raised to non-negative
integer powers.
Example: x^2 * y^1
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Constructor Details
-
Monomial
-
-
Method Details
-
one
-
of
-
degree
public int degree()Returns the degree of this monomial (sum of exponents). -
multiply
-
getPower
-
getPowers
-
toString
-
equals
-
hashCode
-
compareTo
-