org.activemath.exercises.openmath.services
Class CasExpressionEvaluatorMaxima
java.lang.Object
org.activemath.exercises.openmath.OpenMathService
org.activemath.exercises.openmath.services.CasExpressionEvaluator
org.activemath.exercises.openmath.services.CasExpressionEvaluatorMaxima
public class CasExpressionEvaluatorMaxima
- extends CasExpressionEvaluator
CAS expression evaluator OpenMath service, using the Maxima service.
Evaluates OpenMath expressions using an external Computer Algebra System.
- Version:
- $Revision: 1.4 $ $Date: 2009/10/25 17:58:02 $
|
Method Summary |
protected org.jdom.Element |
cas(String expression)
|
static void |
main(String[] args)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CasExpressionEvaluatorMaxima
public CasExpressionEvaluatorMaxima(String urlString)
main
public static void main(String[] args)
cas
protected org.jdom.Element cas(String expression)
- Overrides:
cas in class CasExpressionEvaluator