[SciPy-User] Fwd: Help - scipy.integrate

Waléria Antunes David waleriantunes at gmail.com
Wed Nov 10 11:31:23 EST 2010


---------- Forwarded message ----------
From: Waléria Antunes David <waleriantunes at gmail.com>
Date: Wed, Nov 10, 2010 at 2:30 PM
Subject: Re: [SciPy-User] Help - scipy.integrate
To: Warren Weckesser <warren.weckesser at enthought.com>


But i don't understand where i'm going to do this loop ...in def
envia_template?

Waléria.


On Wed, Nov 10, 2010 at 2:13 PM, Warren Weckesser <
warren.weckesser at enthought.com> wrote:

>
>
> On Wed, Nov 10, 2010 at 9:24 AM, Waléria Antunes David <
> waleriantunes at gmail.com> wrote:
>
>> I changed the line 45 but what i do with the line 47:
>> http://pastebin.com/9UcFuVf6
>> And i don't understand where i'm going to do this loop ...my last code was
>> this: http://pastebin.com/2DYMvkJe ..but doesn't used the function
>> integrate
>>
>> Can you help with this loop?
>>
>>
>
> You still need to define the function 'func' to compute the integrand for a
> given value of z (like you had before, but with the change that I
> suggested).  Then, in your loop, you still need to call romberg to compute
> the integral of that integrand to compute Dl for each value of z.  Once you
> have Dl, you can compute mu.
>
> In October (
> http://mail.scipy.org/pipermail/scipy-user/2010-October/027039.html),
> David Warde-Farley suggested that you develop and test your code locally,
> before trying to embed it in a web application.  You really should do this.
> Get your computation and plot working on your machine (with no web stuff
> involved), and only when it is working as expected should you embed the code
> in your web app.  That will make it much easier for you (and for anyone who
> tries to help you) to debug the computation.
>
> Warren
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20101110/8a6dd894/attachment.html>


More information about the SciPy-User mailing list