sage: u,v = var("u,v")
sage: parametric_plot3d([u, v, 1-u-v], (u,-1, 1), (v,-1, 1))should work (I'm at work using an old version of SAGE, so am not sure). Unfortunately, an implicit_plot3d function doesn't seem to be implemented yet, AFAIK. On Fri, May 30, 2008 at 7:28 AM, kschalm <[EMAIL PROTECTED]> wrote: > > how do i plot a plane, say ax+by+cz=0 ? do i have to parametrize or is > there an implicit plot feature? (and, if you're feeling inclined, feel > free to give me the complete sequences of commands in either case) > > thanks, > -kyle > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
