Processing math: 100%

First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

asked 4 years ago

Abby11 gravatar image

How to plot projections of a 3D surface onto coordinate planes?

For the function F=F(x,y), we can plot the function in 3-dimensions by choosing z=F(x,y) which represents a surface. I require to plot the following projections:

  1. The projection of the surface F(x,y) on the xz-plane and on the yz-plane.
  2. The projection of the extremas of F(x,y) on the xz-plane and on the yz-plane.

I am new to SageMath and learning the basics. Can someone help me how to plot the projections?

Thanks!