Student Numerical Analysis - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


The Student[NumericalAnalysis] Package

The Student[NumericalAnalysis] package contains commands that can be used to learn and understand numerical analysis concepts. The areas of numerical analysis that the package covers are: initial-value problems, interpolation, numerical linear algebra, numerical quadrature, and root finding. This worksheet demonstrates how to use some of the commands and how to launch the interactive tutors.

Getting Started

While any command in the package can be referred to using the long form, for example, Student[NumericalAnalysis][Euler], it is often easier to load the package and then use the short form command names.

restart;

withStudentNumericalAnalysis:

Return to Index for Example Worksheets