Dear All,

I have a problem using polyfit with a degree greater than 118 :

The code is :
matplotlib.mlab.polyfit(  x,  y,  pow ) # pow is degree of polynomial

for pow in range 118 and  238 the error is :
LinAlgError, 'singular martix'

and for pow greater than 237 this error raise :
OverflowError : math range error
-- 
View this message in context: 
http://www.nabble.com/polyfit-degree-problem---tp17032710p17032710.html
Sent from the matplotlib - users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to