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

Online Help

Student[NumericalAnalysis][IterativeFormulaTutor] - compute an iterative formula to numerically approximate the solution to a linear system

Calling Sequence

IterativeFormulaTutor(A, b)

Parameters

A

-

(optional) Matrix; a square  matrix

b

-

(optional) Vector; a vector of length

Description

• 

The IterativeFormulaTutor command launches a tutor interface that takes the linear system  and an initial vector  and computes the matrix  and vector , of the equivalent system .

• 

A Matrix and Vector Editors allow users to edit the matrix and vectors easily within the tutor.

• 

All other available options are controlled in the tutor interface.

• 

If A and b are not specified then IterativeFormulaTutor uses a default square matrix and a default vector.

• 

The iterative methods available in this tutor are:

– 

gaussseidel

– 

jacobi

– 

SOR

Notes

• 

There are two digit controls in the tutor.  The Digits option controls the number of digits kept during floating-point computations, and the digit precision option controls only the number of digits to which final results are rounded in the maplet display window. The digit precision option has no effect on the output returned from the maplet upon exit.

Examples

See Also

Student[NumericalAnalysis], Student[NumericalAnalysis][InteractiveOverview], Student[NumericalAnalysis][IterativeApproximate], Student[NumericalAnalysis][IterativeFormula]


Download Help Document