[SciPy-User] How do I get a more digits fvec value with scipy.optimize.leastsq module

Zufry Malik Ibrahim zufryy at gmail.com
Wed Feb 23 14:45:07 EST 2011


How do I get up to 20 digits fvec value with scipy.optimize.leastsq module ?

So far I just get 9 digit number with this syntax

*plsq,cov,info,msg,success = leastsq(function, x0, args=(), , full_output=1,
warning=True, ftol=1e-06)*
*fvec = info['fvec']*

Thanks for your attention.

-- 
*Zufry Malik Ibrahim*
Physics Department
Bandung Institute of Technology , Indonesia
zufryy at gmail.com
http://zufryy.blogspot.com/
+628569998494
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20110224/3640ac48/attachment.html>


More information about the SciPy-User mailing list