Last Updated 10/31/2022

Sage Essentials
Section 6: Plotting Curves

The implicitplot command

SageMath can plot curves that are implicitly defined by an equation in the variables x and y.

Example 2

To plot the graph of the hyperbola given by the equation: x 2 4 y 2 9 =1 , use the implicitplot command.

 

Try this!

Plot the circle x 2 + y 2 =1


← Previous Example Next Example →