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][GenerateEquations] - generate equations from the coefficient Matrix
Calling Sequence
GenerateEquations(A, v, B)
Parameters
A
-
Matrix
v
list; specifies the n unknowns
B
(optional) Vector
Description
The GenerateEquations(A, v) command, generates a list of linear equations from the coefficient Matrix A, using the variable names given in v.
If the optional right-hand side Vector B is included in the calling sequence, then the list of linear equations is equivalent to the Matrix equation , where the are equal to the corresponding . In this case, v must specify exactly n unknowns.
If the optional right-hand side Vector B is omitted in the calling sequence, and v specifies exactly n unknowns, then the right-hand sides of the m linear equations are set to zero. The list of equations is then equivalent to .
If the optional right-hand side Vector B is omitted in the calling sequence, and v specifies exactly unknowns, then the right-hand sides of the m linear equations are taken from the last column of the Matrix A. That is, the Matrix A is treated as an augmented matrix. The list of equations is then equivalent to .
Examples
See Also
LinearAlgebra[GenerateEquations], Student[LinearAlgebra], Student[LinearAlgebra][GenerateMatrix], Student[LinearAlgebra][LinearSolve], Student[LinearAlgebra][ZeroVector]
Download Help Document