[SciPy-User] Simple root solving issues

Gökhan Sever gokhansever at gmail.com
Sun Oct 24 17:32:06 EDT 2010


On Sun, Oct 24, 2010 at 4:14 PM, Charles R Harris
<charlesr.harris at gmail.com> wrote:
> Looks pretty much like a hyperbola here, it's the division by the log term.
> Are you sure this is the right example?
>
> Chuck

Yes, it is a simple one unknown equation:

dH_dlogDP1 - (h1.sum()/((2*np.pi)**0.5*np.log(gsd)))

Putting the numbers in:

1.14 = 1/np.log(gsd)

np.log(gsd) = 0.875

gsd = np.e**0.875
gsd ~ 2.399

-- 
Gökhan



More information about the SciPy-User mailing list