i wanna draw the fuction w(x,y)=cosx.siny in wolfram mathematica 10 and also draw the cuts which are parallel to the x-axis in a Manipulate environment in which y from -? to ? is varied. Do the same with reversed roles of x and y. use the option Axes ? {False, True} and enter a range of values explicitly [-1,1]
Thanks in advance
Somebody who has the power, please change the subject of this thread from "wolfram mathematica 10" to something that's actually informative and specific, such as "Plotting slices of 3D surface" or "Adding slices to plot of function of 2 variables".
What code do you have already?
First, try making the plot of w(x,y)=cosx.siny.
Then separately try to make the plot of your cuts for several different values.
Sorry, in the Plot3D expression, there was an extra comma just before "AxesLabel". I've edited the code in my long post to remove it. And I directly copied from there into a Mathematica notebook where I executed it without error.