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

Online Help

All Products    Maple    MapleSim


Student Resources

 

Numerical Analysis

PracticeSheet

Student Resources

More content

Numerical Analysis

Many more commands from the Student NumericalAnalysis package are now available in the Context Panel.

To see the command, first load the NumericalAnalysis package.

 

withStudent:-NumericalAnalysis:

Clicking on the output below, the AbsoluteError, NumberOfSignificantDigits, and RelativeError commands are now available in the Context Panel.

 

5.3,5.5

5.3000000000,5.5000000000

(1.1)

absolute error

0.2000000000

(1.2)

Previously the POLYINTERP structure generated by NumericalAnalysis did not have many relevant contextual options.

1,2,5,4,7,4,9,1

1,2,5,4,7,4,9,1

(1.3)

Cubic spline interpolation

POLYINTERP1,2,5,4,7,4,9,1,independentvar=x,INFO

(1.4)

 

Maple 2019 makes it possible to perform a number of actions from the Context Panel.

Many more commands have also been added to the Context Panel for NumericalAnalysis including: Distance, IsConvergent, LeadingPrincipalSubmatrix, RateOfConvergence, TaylorPolynomial, and VectorLimit.

AMatrix1.3,1.4,5.3,3.4,7.7,3.1,4.3,7.4,0.2

A1.30000000001.40000000005.30000000003.40000000007.70000000003.10000000004.30000000007.40000000000.2000000000

(1.5)

leading principal submatrix

1.30000000001.40000000003.40000000007.7000000000

(1.6)

sinx

sinx

(1.7)

Taylor polynomial approximation

x16x3+1120x5

(1.8)

PracticeSheet

The PracticeSheet command generates a grid of practice problems for drilling math. Practice sheets can test arithmetic, algebra, calculus, factorization and more, with each problem generated with randomized parameters.

 

 

In Maple 2019, a new assistant makes it easier to create practice sheets by allowing you to interactively construct customized practice sheets. You can find the assistant in the Tools - Tutors - Basics menu.

 

Student Resources

There are numerous resources available for students in Maple. The Tools - Tutors menu consists of a collection of tutors and assistants, related by given subject areas.

You will find classic tutors and assistants in the following categories:

Student Basics: Back-solving assistant and Equation manipulator

Differential Equations: ODE Analyzer

Optimization: Optimization assistant

Statistics: Curve Fitting assistant

More content

There are many new interactive MathApps, including several for computer science such as Sorting Algorithms, Abstract Data Type, Binary Search Trees, and Big O Notation.