public class AlgebraicExtensionElement extends FreeGroupElement
AlgebraicExtension,
Serialized Form| Constructor 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.
|
getComplexValueadd, calculateComplexValue, calculateValue, div, doubleValue, equals, floatValue, getBaseRing, getCoeff, getCoeffs, getDegree, getSymbol, intValue, isConstantPoly, longValue, mul, pow, setCoeffs, sub, toStringpublic 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 FreeGroupElementhttp://www.singularsys.com/jep Copyright © 2007 Singular Systems