Package jscl.math.operator
Class Groebner
- java.lang.Object
-
- jscl.math.Variable
-
- jscl.math.operator.Operator
-
- jscl.math.operator.Groebner
-
- All Implemented Interfaces:
java.lang.Comparable,jscl.editor.rendering.MathObject
public class Groebner extends Operator
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Genericcompute()protected Variablenewinstance()java.lang.StringtoMathML()java.lang.StringtoString()-
Methods inherited from class jscl.math.operator.Operator
antiderivative, compareTo, derivative, elementary, expand, factorize, function, isConstant, numeric, parameters, simplify, substitute, variables
-
Methods inherited from class jscl.math.Variable
compareTo, equals, expressionValue, isIdentity, nameToMathML
-
-
-
-
Field Detail
-
lex
public static final Generic lex
-
tdl
public static final Generic tdl
-
drl
public static final Generic drl
-
elim
public static final ImplicitFunction.Curried elim
-
-
Method Detail
-
toMathML
public java.lang.String toMathML()
-
newinstance
protected Variable newinstance()
- Specified by:
newinstancein classVariable
-
-