Group Abstract Group Abstract

Message Boards Message Boards

0
|
1.2K Views
|
2 Replies
|
1 Total Like
View groups...
Share
Share this post:

Plot3D not showing any image

Posted 1 year ago

I have just started using Mathematica. I am trying to plot3D a function but the output is not being displayed by mathematica after entering the basic commands. I would kindly appreciate any assistance.

Plot3D[(-\[Beta]\[Gamma] + 
Sqrt[\[Beta]^2  (1 + \[Beta])  (\[Beta]\[Gamma] + \[Gamma]^2)])/(\
\[Beta]^2 \[Gamma]), {\[Beta], 0.2, 2.5}, {\[Gamma], -10, 10}]
POSTED BY: Richie Ndubuisi
2 Replies

It worked. Thank you so much!

POSTED BY: Richie Ndubuisi
Posted 1 year ago
Plot3D[(-\[Beta]*\[Gamma]+Sqrt[\[Beta]^2*(1+\[Beta])*(\[Beta]*\[Gamma]+\[Gamma]^2)])/
    (\[Beta]^2*\[Gamma]),{\[Beta],0.2,2.5},{\[Gamma],-10,10}]
POSTED BY: Bill Nelson
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard