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
LREtools[REreduceorder] - apply the method of reduction of order to a LRE
Calling Sequence
REreduceorder(problem, partsol)
Parameters
problem
-
partsol
partial solution, or list of partial solutions
Description
This routine is used to return a new problem of reduced order from a problem and one or many partial solutions. The result is an RESol data structure of the new problem. No attempt is made to solve the reduced problem.
partsol may be a single partial solution, or a list of partial solutions. Note that it is assumed all given partial solutions are correct and valid. When a reduced problem is returned, the order of the resulting problem will be equal to the order of the original less the number of partial solutions given.
If multiple partial solutions are given, the problem is reduced recursively starting with the first solution in the list. The other solutions are then also 'reduced' to solutions of the new problem, and reducing is then called on the rest.
The command with(LREtools,REreduceorder) allows the use of the abbreviated form of this command.
Examples
See Also
LREtools, LREtools[REcreate], RESol, rsolve
Download Help Document