DiscretePlot
DiscretePlot( expr, {x, nmax} )plots
exprwithxranging from1tonmax.
DiscretePlot( expr, {x, nmin, nmax} )plots
exprwithxranging fromnmintonmax.
DiscretePlot( expr, {x, nmin, nmax, delta} )plots
exprwithxranging fromnmintonmaxusings 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