My assignment is to draw a 3D surface in Maxima using this equation:
4*x^2 - y^2 + 8*z^2 = 16
However, I'm simply not sure how to do that with plot3d. Or is there something else I'm supposed to use? Can someone help?
Turns out, it is done like this:
hc:x^2+y^2+z^2=9;
draw3d(enhanced3d=true,implicit(hc,x,-5,5,y,-5,5,z,-5,5));
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With