Hello Dear friends
i want to write a double loop but i cannot
i wrote this command in maple:
restart; with(plots);
P := cos(2*Pi*(x+y-2))+cos(2*Pi*(y+1-2*x))+cos(2*Pi*(1+x-2*y));
implicitplot(P, x = 0 .. 1, y = x .. 1, axes = normal, numpoints = 5000, color = blue, transparency = .5, style = surface)
i want to add a new variable for example z=y..1 but i do not know how i can add this to my command to play.
can someone could help me in "maple" language?