Package edu.jas.poly

Class RecSolvableWordPolynomialRing<C extends RingElem<C>>

Type Parameters:
C - base coefficient type.
All Implemented Interfaces:
AbelianGroupFactory<GenPolynomial<GenWordPolynomial<C>>>, ElemFactory<GenPolynomial<GenWordPolynomial<C>>>, MonoidFactory<GenPolynomial<GenWordPolynomial<C>>>, RingFactory<GenPolynomial<GenWordPolynomial<C>>>, Serializable, Iterable<GenPolynomial<GenWordPolynomial<C>>>

public class RecSolvableWordPolynomialRing<C extends RingElem<C>> extends GenSolvablePolynomialRing<GenWordPolynomial<C>>
RecSolvableWordPolynomialRing generic recursive solvable polynomial factory implementing RingFactory and extending GenSolvablePolynomialRing factory. Factory for n-variate ordered solvable polynomials over non-commutative word polynomial coefficients. The non-commutative multiplication relations are maintained in a relation table and the non-commutative multiplication relations between the coefficients and the main variables are maintained in a coefficient relation table. Almost immutable object, except variable names and relation table contents.
See Also: