Python OpenMaple Examples
A Simple Example
Computing with a symbolic matrix
Solving a differential equation
The following example starts a Maple session and evaluates a single expression.
For general instructions for running Python OpenMaple applications, see running.
This example builds a symbolic matrix and then computes and displays the reduced row echelon form.
This example defines a second-order differential equation, then returns the values of an approximate solution and its first and second derivative at the time points specified by a numpy array.
See Also
OpenMaple
OpenMaple/Python/API
OpenMaple/Python/Expression
OpenMaple/Python/running
trademarks
Download Help Document