On Oct 22, 6:59 pm, William Stein <wst...@gmail.com> wrote:
> Here's a benchmark (the first thing I tried):

nice+thx for this idea, i did the same on my machine using matlab
2009a (most recent i guess?)

sage:  a = random_matrix(RDF,2000)
sage: timeit('a*a')
5 loops, best of 3: 3.28 s per loop

sage: b = matlab('rand(2000)')
sage: timeit('b*b')
5 loops, best of 3: 5.71 s per loop

sage: matlab_version()
'7.8.0.347 (R2009a)'

H
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to