Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I draw a 3D surface in Maxima using an equation?

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?

like image 774
Sophia Avatar asked Jan 19 '26 04:01

Sophia


1 Answers

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));
like image 77
Sophia Avatar answered Jan 21 '26 22:01

Sophia



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!