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[LinearAlgebra][GaussianEliminationTutor] - interactive Gaussian elimination
Calling Sequence
GaussianEliminationTutor(M)
GaussianEliminationTutor(M, v)
Parameters
M
-
Matrix
v
Vector
Description
The GaussianEliminationTutor(M) command will call the Matrix Property Analyzer form of the tutor. The tutor allows you to interactively reduce the Matrix M to row echelon form using Gaussian elimination. You can then query for the rank, nullity, and bases for the row, column, and null spaces. It returns the reduced Matrix.
The GaussianEliminationTutor(M, v) command will call the System Solver form of the tutor. The tutor allows you to interactively solve the system by reducing the augmented Matrix <M | v> to row echelon form using Gaussian elimination followed by backwards substitution. It returns the solution as a column Vector.
The above two forms of the tutor are mutually exclusive, and certain commands from one form are not available in the other. To access the other form, close the tutor, and call it again using the appropriate arguments. If no arguments are given, the tutor will start in the System Solver form by default.
Floating-point numbers in M or v are converted to rationals before computation begins.
The dimensions of the Matrix must be no greater than 5x5.
Examples
See Also
Student[LinearAlgebra], Student[LinearAlgebra][AddRow], Student[LinearAlgebra][GaussianElimination], Student[LinearAlgebra][GaussJordanEliminationTutor], Student[LinearAlgebra][LinearSolve], Student[LinearAlgebra][LinearSolveTutor], Student[LinearAlgebra][MultiplyRow], Student[LinearAlgebra][SwapRow]
Download Help Document