LREtools
REreduceorder
apply the method of reduction of order to a LRE
Calling Sequence
Parameters
Description
Examples
REreduceorder(problem, partsol)
problem
-
partsol
partial solution, or list of partial solutions
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.
with⁡LREtools:
REreduceorder⁡2⁢n⁢a⁡n+2+n2+1⁢a⁡n+1−n+12⁢a⁡n=0,a⁡n,∅,C1
RESol⁡−n2−2⁢n−1⁢a⁡n−2⁢n⁢a⁡n+1=0,a⁡n,a⁡0=0,a⁡1=a⁡1,INFO
REreduceorder⁡a⁡n+2−2⁢a⁡n+1+a⁡n=0,a⁡n,∅,C1⁢n
RESol⁡n⁢a⁡n+−n−2⁢a⁡n+1=0,a⁡n,a⁡0=a⁡0,INFO
See Also
LREtools[REcreate]
RESol
rsolve
Download Help Document