Previous Up Next

18.2.3 2D graph for Maple compatibility

The plot command is a Maple-compatible way to draw the graph of a univariate function.

Example

plot(x^2-2,x)

Previous Up Next