|
MVT API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--math.objects.Expression
|
+--math.objects.Constant
The class Constant is used to create mathematical Constant objects. It extends the Expression class.
| Constructor Summary | |
Constant()
|
|
| Method Summary | |
Expression |
differentiate(Variable var)
A method that returns the derivative of the Constant object using the summation rule of differentiation |
Expression |
simplify()
A method that returns a Expression representation of the Constant object in a simplified form--as is. |
| Methods inherited from class math.objects.Expression |
evaluate, evaluate, evaluate, evaluate, evaluate, evaluate, evaluateVariables |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Constant()
| Method Detail |
public Expression simplify()
simplify in class Expressionpublic Expression differentiate(Variable var)
differentiate in class Expressionvar - the variable of differentiation
|
MVT API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||