creating graphs in wolfram alpha

215 Views Asked by At

I am trying to plot the function $$\max(x-40,0)$$ in Wolfram|Alpha, but I can't figure out how.

What Wolfram|Alpha query URL should I use to produce this graph? Or, what similar online program could I use to produce this graph?

2

There are 2 best solutions below

4
On

Try out Desmos.

Typing $y=\max \left(x-40,0\right)$ works perfectly.

Here's a link to this graph: Rendered graph

0
On

Wolfram|Alpha works for me if you specify the bounds for $x$:

» plot max(x - 40, 0) from x = -20 to 60