Basic Examples (19)
Plot an ellipsoid:
Plot an ellipsoid whose graph requires a rotation:
Plot a hyperboloid of one sheet:
Plot a hyperboloid of one sheet whose equation contains a mixed term:
Plot a hyperboloid of two sheets whose graph requires a rotation and translation:
Plot a hyperbolic paraboloid:
Plot a hyperbolic paraboloid requiring a rotation and translation:
Plot an elliptical paraboloid requiring a rotation and translation:
Plot an oblique parabolic cylinder:
Plot a hyperbolic cylinder:
Plot a vertical plane:
Plot an oblique plane:
Plot a plane perpendicular to the z-axis:
Plot two intersecting planes:
Plot two parallel planes:
Since the only solution to the equation x2+2xy+4y2=0 is x=0 and y=0, the quadric surface determined by this equation is the z-axis:
Plot the origin:
Plot an equation that is always satisfied:
Plot an equation that is never satisfied:
Scope (3)
Use "ReturnData" to examine the data used to produce the plot and possibly modify the data. Plot a cone requiring a rotation and translation:
Examine the data:
Make several changes to the data, and plot the result (enlarge the arrowheads, make the shafts longer, and change the ranges used to produce the plot):
Possible Issues (4)
QuadricSurfacePlot will returned $Failed if the degree of the quadric is more than 2:
QuadricSurfacePlot will returned $Failed if the expression is not a polynomial:
QuadricSurfacePlot will returned $Failed if there is not the correct number of input variables:
QuadricSurfacePlot will returned $Failed if the input expression is not a polynomial in the specified variables: