I can put e.g. sin(x),cos(x) in google's search box and it will plot the 2 functions. But if I only want to plot the maximum value, how do I plot something like max(sin(x),cos(x)) or the minimum ? I'm not sure but if the max and min are not implemented maybe trigonometric functions can implement the max / min functions?
Update
I was not clear enough. I want something like max(sin(x), 0.5x) and only plot the maximum value at each x.


