Hello everybody,
I represented a polynomial P type:
P := a + b*x + c*x^2-d*y + e*y^2 + f*x*y
(where a, b, c, d, e, d, are real)
using fucntion pointplot3D
G1 := plot3d(P, x = 0 .. 5, y = -0,5 .. 1);
display(G1);
I represented this polynomial which look like a paraboloid.
I'm just wondering if I can animate continuously this 3D curve just by rotation around the z axis (those who pass through the center of the paraboloid). Can it be put into mpeg? or directly used for a presentation using power point?
Thank you for your answers.