This is one way:

sage: x,y = var("x,y")
sage: f = x^2+y^2
sage: plot(f(x,3),x,-1,1)



On Sat, Feb 21, 2009 at 9:22 AM, hpon <[email protected]> wrote:
>
> Hello,
>
> I have created a function F = F(x, const).  I would like to create a
> 2D-plot of F in some range of x.  What should the syntax look like?
>
> Regards,
> Peter
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to