Package jscl.math.function
Class Root
- java.lang.Object
-
- jscl.math.Variable
-
- jscl.math.function.Function
-
- jscl.math.function.Algebraic
-
- jscl.math.function.Root
-
- All Implemented Interfaces:
java.lang.Comparable,jscl.editor.rendering.MathObject
public class Root extends Algebraic
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Genericantiderivative(Variable variable)static Generic[]apply(Generic[] parameter)intcompareTo(Variable variable)intdegree()Genericderivative(int n)Genericderivative(Variable variable)Genericelementary()Genericevalelem()Genericevalfunc()Genericevalnum()Genericevalsimp()Genericevaluate()Genericexpand()Genericfactorize()protected Variablenewinstance()Genericnumeric()RootrootValue()static Genericsigma(Generic[] parameter, int n)Genericsimplify()Genericsubscript()Genericsubstitute(Variable variable, Generic generic)java.lang.StringtoMathML()java.lang.StringtoString()-
Methods inherited from class jscl.math.function.Algebraic
antiderivative
-
Methods inherited from class jscl.math.function.Function
function, isConstant, parameters
-
Methods inherited from class jscl.math.Variable
compareTo, equals, expressionValue, isIdentity, nameToMathML
-
-
-
-
Field Detail
-
subscript
protected Generic subscript
-
-
Constructor Detail
-
Root
public Root(Generic[] parameter, int s)
-
Root
public Root(UnivariatePolynomial polynomial, int s)
-
-
Method Detail
-
subscript
public Generic subscript()
-
antiderivative
public Generic antiderivative(Variable variable) throws NotIntegrableException
- Overrides:
antiderivativein classFunction- Throws:
NotIntegrableException
-
derivative
public Generic derivative(Variable variable)
- Overrides:
derivativein classFunction
-
derivative
public Generic derivative(int n)
- Specified by:
derivativein classFunction
-
substitute
public Generic substitute(Variable variable, Generic generic)
- Overrides:
substitutein classFunction
-
elementary
public Generic elementary()
- Overrides:
elementaryin classFunction
-
degree
public int degree()
-
toMathML
public java.lang.String toMathML()
-
newinstance
protected Variable newinstance()
- Specified by:
newinstancein classVariable
-
-