How do i plot a function of two variables in mathematica?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 16K views
lordy12
Messages
36
Reaction score
0
guic
 
Last edited:
Physics news on Phys.org
Try ContourPlot, Plot3D, etc. Mathematica has plenty of built in documentation.

I don't think this is the proper forum for this sort of question.
 
Look up Plot3D in the help, it gives examples on how to use the function. Sometimes you need to import graphics packages before you can use certain functions in there. I don't think Plot3D needs and packages but implicit functions might. I has been a while since I have used Mma.