Last Updated 10/28/2022

Sage Essentials
Section 9: Vector Calculus

Plotting: Surface Plots

Example 1

Plot the surface defined by the function f( x,y )= x 2 y 2  on [ 3,3 ]×[ 3,3 ] .

Try this!

In the surface plot above, we can adjust the scaling factors along the x, y and z direction by using the optional argument aspect_ratio=[x,y,z]. Try out different scaling numbers for the example above and investigate how these numbers affect the plot.

 


← Previous Example Next Example →