We can plot planes with implicitplot from the draw package.
First let us define the plane with equation
We store the equation of the plane in the variable plane1.
Let us next plot an ellipsoid with equation
We plot it just like we plot the plane.
We can also use Maxima to help us find an equation of a plane based on defining vectors. For instance, let's find and plot the plane determined by the points ,
, and
.
First we define the position vectors for the three defining points.
Next, we find the vectors from to
, and
to
.
Then, we find the normal vector to the plane. (Recall that we need the vect package to do cross products.)
Finally, we set up the defining equation of the plane, which takes the form
The only remaining task is to make the plot. See Figure BLANK.
We can do more exotic plots, like cones. Let's do a standard cone with equation
See Figure BLANK. See how the center of the cone looks distorted? It is because we are plotting the cone in rectangular coordinates. We get a much better plot with spherical coordinates. More on that later.
Let's next try a hyperboloid with equation
And we can do a hyperboloid of two sheets, with the equation
See Figure BLANK.
G. Jay Kerns 2009-12-01