Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
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