REreduceorder - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


LREtools

  

REreduceorder

  

apply the method of reduction of order to a LRE

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

REreduceorder(problem, partsol)

Parameters

problem

-

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

withLREtools:

REreduceorder2nan+2+n2+1an+1n+12an=0,an,,C1

RESoln22n1an2nan+1=0,an,a0=0,a1=a1,INFO

(1)

REreduceorderan+22an+1+an=0,an,,C1n

RESolnan+n2an+1=0,an,a0=a0,INFO

(2)

See Also

LREtools

LREtools[REcreate]

RESol

rsolve