WOLFRAM COMMUNITY
Connect with users of Wolfram technologies to learn, solve problems and share ideas
Join
Sign In
Dashboard
Groups
People
Message Boards
Answer
(
Unmark
)
Mark as an Answer
WOLFRAM COMMUNITY
Dashboard
Groups
People
0
|
6771 Views
|
2 Replies
|
2 Total Likes
View groups...
Follow this post
Share
Share this post:
GROUPS:
Calculus
3D Plotting
Mike Haas
Mike Haas
Posted
11 years ago
How do I plot on the same graph z=cos(x)*sin(y) and z=1?
POSTED BY:
Mike Haas
Reply
|
Flag
2 Replies
Sort By:
Replies
Likes
Recent
1
Frank Kampas
Frank Kampas, Physicist at Large Consulting
Posted
11 years ago
Plot3D[{1, Cos[x]*Sin[y]}, {x, -3, 3}, {y, -3, 3},
PlotStyle -> Opacity[0.5], Mesh -> False]
POSTED BY:
Frank Kampas
Reply
|
Flag
1
Ahmed Al-Ali
Ahmed Al-Ali, Cairo University
Posted
11 years ago
You may try this:
Z1[x_,y_]:=1;
Z2[x_,y_]:=Cos[x]*Sin[y];
Plot3D[{Z1[x,y],Z2[x,y]},{x,-3,3},{y,-3,3}]
POSTED BY:
Ahmed Al-Ali
Reply
|
Flag
Reply to this discussion
in reply to
Add Notebook
Community posts can be styled and formatted using the
Markdown syntax
.
Tag limit exceeded
Note: Only the first five people you tag will receive an email notification; the other tagged names will appear as links to their profiles.
Publish anyway
Cancel
Reply Preview
Attachments
Remove
Add a file to this post
Follow this discussion
or
Discard
Group Abstract
Be respectful. Review our
Community Guidelines
to understand your role and responsibilities.
Community Terms of Use
Feedback