Class Monomial<T extends Ring<T>>

java.lang.Object
org.episteme.core.mathematics.symbolic.Monomial<T>
All Implemented Interfaces:
Comparable<Monomial<T>>

public class Monomial<T extends Ring<T>> extends Object implements 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)