Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
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 is not specified then IterativeFormulaTutor uses a default square matrix.
If b is not specified then IterativeFormulaTutor uses 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