On Sat, Mar 28, 2009 at 10:41 PM, Rob Beezer <goo...@beezer.cotse.net> wrote:
>
> Amazingly dense.  ;-)  Didn't catch any typos.
>
> Does the calculus section have room for numerical_integral()?
>
> Rob

Done:


$\int_a^b f(x)dx=$ \verb|integral(f(x),x,a,b)|

$\int_a^b f(x)dx \approx$ \verb|numerical_integral(f(x),a,b)|

But that sure looks stupid!  numerical_integral and integral have
incompatible inputs, i.e., this is an error:

   numerical_integral(f(x), x, a, b)

as is this

   numerical_integral(f(x), (x, a, b))

Bummer.  (and my fault, of course...)

William

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

Reply via email to