DiscretePlot
DiscretePlot( expr, {x, nmax} )
plots
expr
withx
ranging from1
tonmax
.
DiscretePlot( expr, {x, nmin, nmax} )
plots
expr
withx
ranging fromnmin
tonmax
.
DiscretePlot( expr, {x, nmin, nmax, delta} )
plots
expr
withx
ranging fromnmin
tonmax
usings stepsdelta
.
Note: This feature is available in the console app and in the web interface.
Examples
In the console apps, this command shows an HTML page with a JavaScript list plot control.
>> DiscretePlot(Sin(x), {x, 0, 4 Pi}, PlotRange->{{0, 4 Pi}, {0, 1.5}})
>> DiscretePlot(Tan(x), {x, -6, 6})
Related terms
Implementation status
- 🧪 - experimental