Solution Command Example

Details

Action

Draws the implicit (level) curve: f(x,y) = c

solution x^2 + y^2 = 15, 30

Draws the circle x² + y² = 15

solution (y - abs(x))^2 = (1-x^2) using refinement 30

Draws the "Valentine Curve".