Simple Matrix class

Gabriel Genellina gagsl-py at yahoo.com.ar
Wed Jan 24 12:21:44 EST 2007


At Wednesday 24/1/2007 02:40, Paul McGuire wrote:

> > The points should be aligned on a log-log plot to be a power function.
> > As Robert Kern stated before, this problem should be not worse than
> > O(n**3) - how have you implemented it?
> >
>Sure enough, the complete equation is t = 5e-05exp(1.1n), or t = 5e-05
>X 3**n.

So either reimplement it better, or place a notice in BIG letters to 
your users about the terrible time and memory penalties of using inverse()


-- 
Gabriel Genellina
Softlab SRL 


	

	
		
__________________________________________________ 
Preguntá. Respondé. Descubrí. 
Todo lo que querías saber, y lo que ni imaginabas, 
está en Yahoo! Respuestas (Beta). 
¡Probalo ya! 
http://www.yahoo.com.ar/respuestas 




More information about the Python-list mailing list