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[equate] - create a set of equations from lists, arrays and tables
Calling Sequence
equate(A, B)
Parameters
A
-
expression or a list, vector or matrix of expressions or equations
B
(optional) expression or a list, vector or matrix of expressions or equations to be compared with A
Description
Important: The student package has been deprecated. Use the superseding command Equate instead.
This procedure is used to construct a set of equations by comparing the components of compound objects such as a lists, vectors or matrices of expressions.
If A and B are both lists with the same number of elements then the resulting equations are
Vectors and matrices are converted to lists prior to constructing the set of equations.
If the second argument B consists of a single algebraic expression or a list with a single element then the corresponding list is extended by repetition to the length required for a proper comparison with A.
If there is no second argument B it defaults to the value 0.
If the first argument A includes equations, the second argument is used only to convert the non-equation components of A into equations. In this case B must be a list of length 1.
The command with(student,equate) allows the use of the abbreviated form of this command.
Examples
Important: The student package has been deprecated. Use the superceding command Equate instead.
See Also
Equate, Student, student(deprecated), subs
Download Help Document