def g(x):
    return numerical_integral(sin(t),0,x)[0]

For the function g, this works:

sage: plot(g,x,2,4)

but not this

sage:plot(g(x), x, 2, 4)

If I'm not mistaken, the first form of plot above works with ALL
functions right?  So is there any reason to ever bother with second
form just because I *can* use it with symbolic functions?

Chris
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to