LREtools
REplot
two-dimensional plot of values from a sequence defined by a recurrence equation
Calling Sequence
Parameters
Description
Examples
REplot(problem, rang, options)
problem
-
rang
integer range or name = integer range
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.
withLREtools:
REplotn2+3n+2gn+−6−7n−2n2gn+1+4n+5+n2gn+2,gn,g0=1,g1=12,0..50
REplot1−n2un+1+32un−1+12+32n+n2un,un,u0=1,u2=12,i=0..50
See Also
LREtools[REtoproc]
plot/options
plots[listplot]
Download Help Document