Message Boards Message Boards

0
|
3566 Views
|
1 Reply
|
0 Total Likes
View groups...
Share
Share this post:
GROUPS:

Need help plotting a multivariable log function.

Posted 9 years ago

At my internship I need to graph a function that's of the form f(x,y)=log10[x*y]. I can't for the life of me get Mathematica to plot this for me. I know there is the LogPlot command but that doesn't seem do work in multivariables and Plot3D doesn't work either. Please help thanks.

POSTED BY: Torsten Eckert
Posted 9 years ago
f[x_, y_] := Log10[x y]
Plot3D[f[x, y], {x, -3, 3}, {y, -2, 2}]
POSTED BY: Okkes Dulgerci
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract