Question: How to plot two variables function

I want plot this abs error function

with two variable, I set

x:=-0..2;

plot(abs(sin(x*w)-cos(x*w),w=-2..2));

 

But it is not displsy. Why ,Can you tell me about how to

plot the figure.

Please Wait...