public class FreeGroupElement extends Polynomial implements HasComplexValueI
FreeGroup,
Serialized Form| Constructor and Description |
|---|
FreeGroupElement(FreeGroup K,
java.lang.Number[] coeffs)
An element of a free group with one generator.
|
| Modifier and Type | Method and Description |
|---|---|
Complex |
getComplexValue()
Returns an approximation to the complex number representing this algebraic number.
|
protected Polynomial |
valueOf(java.lang.Number[] lcoeffs)
sub classes should overwrite this to make the correct type.
|
add, calculateComplexValue, calculateValue, div, doubleValue, equals, floatValue, getBaseRing, getCoeff, getCoeffs, getDegree, getSymbol, intValue, isConstantPoly, longValue, mul, pow, setCoeffs, sub, toStringpublic FreeGroupElement(FreeGroup K, java.lang.Number[] coeffs)
K - the free group.coeffs - array of coefficients for this element c0 + c1 t + ... + cn t^nprotected Polynomial valueOf(java.lang.Number[] lcoeffs)
valueOf in class Polynomialpublic Complex getComplexValue()
getComplexValue in interface HasComplexValueIhttp://www.singularsys.com/jep Copyright © 2007 Singular Systems