Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
Student[LinearAlgebra][LinearSolveTutor] - interactive solution of linear systems
Calling Sequence
LinearSolveTutor(M)
LinearSolveTutor(M, v)
Parameters
M
-
Matrix
v
Vector
Description
The LinearSolveTutor(M) command allows you to interactively solve the system of equations represented by the Matrix M. The Matrix is interpreted as an augmented matrix whose last column specifies the right-hand side. It returns the solution as a column Vector.
The LinearSolveTutor(M, v) command allows you to interactively solve the system . It returns the solution as a column Vector.
For both calling sequences, you must choose whether to use Gaussian elimination (producing the row echelon form of the Matrix) or Gauss-Jordan elimination (producing the reduced row echelon form of the Matrix). To make a selection, click the corresponding button on the initially displayed Maplet application.
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][GaussianEliminationTutor], Student[LinearAlgebra][GaussJordanEliminationTutor], Student[LinearAlgebra][LinearSolve], Student[LinearAlgebra][LinearSystemPlot]
Download Help Document