xmaple

Description

XWindow version of maple. Maple is a language for symbolic mathematical calculation. Some important Maple functions are expand, simplify, and normal, which are useful for simplifying expressions; evalf, for evaluating to floating-point; solve, for solving equations; int and diff, for integration and differentiation; series, for Taylor or Laurent series; and plot, for plotting functions.

Start

Type at your promt: xmaple &. Press ENTER.

Help Information

At your maple command line type '?' and press ENTER. The help function can be used to find out more about any Maple function. For instance, to find out about the series command, type help(series);.

Documentation

No manual available.