On Dec 4, 2:04 pm, "William Stein" <[EMAIL PROTECTED]> wrote:
> sage: f.n() > > and get back a floating point number. This is surprisingly not > implemented in Sage, but it isn't. > (That's basically because Maxima itself doesn't seem to have such > functionality.) I'm guessing that f.n() just turns on the numer flag for Maxima. numer causes any literal numbers or symbolic constants to be replaced by floating point values. However the integrate function is called as without numer. If you want a numerical integration, call quad_qags or some other Quadpack function. FWIW Robert Dodier --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
