Mathematica: Compare 3D Graphs with Plot3D Command

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
es.no
Messages
12
Reaction score
0

Homework Statement


I draw two 3D graphs in Mathematica by using the "Plot3D "and I want to Show the difference between these two graphs. Can anyone tell me what command should I use?

Homework Equations

The Attempt at a Solution

 
Physics news on Phys.org
jedishrfu said:
Can't you just make a new function which is the difference of your other two functions and then plot it via plot3d?

Here's some examples of using plot3d

http://reference.wolfram.com/language/ref/Plot3D.html
Thank you so much, this is something I needed. and I defined a new function which is difference of my two first function, like this (( a:= my first function and b:=my second function & c=a-b )) . I hope it works now.