I just want to point out the Maple's linear algebra is not quite as
bad as old Linbox times imply. The linalg package has been obsolete
for some time now.
-bash-3.2$ maple
|\^/| Maple 12 (X86 64 LINUX)
._|\| |/|_. Copyright (c) Maplesoft, a division of Waterloo Maple
Inc. 2008
\ MAPLE / All rights reserved. Maple is a trademark of
<____ ____> Waterloo Maple Inc.
| Type ? for help.
> A := LinearAlgebra:-RandomMatrix(200);
[ 200 x 200
Matrix ]
A := [ Data Type:
anything ]
[ Storage:
rectangular ]
[ Order:
Fortran_order ]
> time(LinearAlgebra:-Determinant(A));
0.479
> A := matrix(convert(A,listlist)):
> time(linalg[det](A));
19.699
The next release of Maple should have similar improvements for solving
dense linear systems. It's not as fast as LinBox, but it's not
embarrassing :)
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---