public class AlgebraicExtensionElement extends FreeGroupElement
AlgebraicExtension
,
Serialized FormConstructor and Description |
---|
AlgebraicExtensionElement(AlgebraicExtension K,
java.lang.Number[] coeffs)
An element of the algebraic extension K(t).
|
Modifier and Type | Method and Description |
---|---|
protected Polynomial |
valueOf(java.lang.Number[] lcoeffs)
sub classes should overwrite this to make the correct type.
|
getComplexValue
add, calculateComplexValue, calculateValue, div, doubleValue, equals, floatValue, getBaseRing, getCoeff, getCoeffs, getDegree, getSymbol, intValue, isConstantPoly, longValue, mul, pow, setCoeffs, sub, toString
public AlgebraicExtensionElement(AlgebraicExtension K, java.lang.Number[] coeffs)
K
- the algebraic extension.coeffs
- array of coefficients for this algebraic number. c0 + c1 t + ... + cn t^nprotected Polynomial valueOf(java.lang.Number[] lcoeffs)
valueOf
in class FreeGroupElement
http://www.singularsys.com/jep Copyright © 2007 Singular Systems