| Author |
Comment/Response |
gsingh
|
02/28/10 3:30pm
I have the function (-378000 hb^2 + 10800 hs Sqrt[1296 hb^2 - hs hb])/hs
I need to graph it using Plot3D, but the problem is the value of hb needs to be less than hs. It gives me an error when I use the following code
Plot3D[(-378000 hb^2 + 10800 hs Sqrt[1296 hb^2 - hs hb])/hs, {hb, 0, hs}, {hs, 36, 54}]
How do i get around this problem?
URL: , |
|