REplot - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.

Online Help

All Products    Maple    MapleSim


LREtools

  

REplot

  

two-dimensional plot of values from a sequence defined by a recurrence equation

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

REplot(problem, rang, options)

Parameters

problem

-

problem statement or RESol

rang

-

integer range or name = integer range

Description

• 

The REplot function creates a two-dimensional plot of a list of values from a recurrence, over the range rang where the range must be made up of increasing non-negative integers.

• 

Remaining arguments are interpreted as plot options. See plot/options for a list of possible options.

• 

The command with(LREtools,REplot) allows the use of the abbreviated form of this command.

Examples

> 

with⁡LREtools:

> 

REplot⁡n2+3⁢n+2⁢g⁡n+−6−7⁢n−2⁢n2⁢g⁡n+1+4⁢n+5+n2⁢g⁡n+2,g⁡n,g⁡0=1,g⁡1=12,0..50

> 

REplot⁡1−n2⁢u⁡n+1+32⁢u⁡n−1+12+32⁢n+n2⁢u⁡n,u⁡n,u⁡0=1,u⁡2=12,i=0..50

See Also

LREtools

LREtools[REtoproc]

plot/options

plots[listplot]