Package jscl.math.function
Class Algebraic
- java.lang.Object
-
- jscl.math.Variable
-
- jscl.math.function.Function
-
- jscl.math.function.Algebraic
-
-
Field Summary
-
Fields inherited from class jscl.math.Variable
comparator, name
-
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description Genericantiderivative(int n)abstract RootrootValue()-
Methods inherited from class jscl.math.function.Function
antiderivative, compareTo, derivative, derivative, elementary, evalelem, evalfunc, evalnum, evalsimp, evaluate, expand, factorize, function, isConstant, numeric, parameters, simplify, substitute, toMathML, toString
-
Methods inherited from class jscl.math.Variable
compareTo, equals, expressionValue, isIdentity, nameToMathML, newinstance
-
-
-
-
Constructor Detail
-
Algebraic
public Algebraic(java.lang.String name, Generic[] parameter)
-
-
Method Detail
-
rootValue
public abstract Root rootValue() throws NotRootException
- Throws:
NotRootException
-
antiderivative
public Generic antiderivative(int n) throws NotIntegrableException
- Specified by:
antiderivativein classFunction- Throws:
NotIntegrableException
-
-