Mathematica: Compare 3D Graphs with Plot3D Command

Click For Summary
To compare two 3D graphs in Mathematica using the Plot3D command, users can create a new function representing the difference between the two original functions. This can be achieved by defining a new function, c, as the difference of the first function, a, and the second function, b (c = a - b). The Plot3D command can then be used to visualize this new function. The discussion includes a reference link to additional examples of using Plot3D for further guidance. This method allows for a clear comparison of the two graphs.
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.
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
Replies
4
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
1
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
6K