Hello,
On Sat, Sep 20, 2008 at 3:47 PM, pong <[EMAIL PROTECTED]> wrote:
>
>
> Thanks for the reply. If I want plot an algebraic curve using
> SAGE, what should I do then? Any suggestion?
For the above example, I would do something like:
sage: var('x1,x2')
(x1, x2)
sage: implicit_plot(x1^3 - x2^2,(x1,-2,2), (x2,-2,2), plot_points=200)
--Mike
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---