[sage-support] Re: defining a function as a numerical integral

2009-06-10 Thread evlu...@gmail.com
That did it. Thank you very much. --~--~-~--~~~---~--~~ 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.g

[sage-support] Re: defining a function as a numerical integral

2009-06-10 Thread Mike Hansen
On Wed, Jun 10, 2009 at 9:53 AM, evlu...@gmail.com wrote: > I get this error: > > Traceback (most recent call last): > ,,, > TypeError: float() argument must be a string or a number > > I guess that sage is trying to evaluate the integral before > substituting the value for b. Is this correct? How