[Maxima] determinant of sparse matrix

Andrej Vodopivec andrej.vodopivec at gmail.com
Wed Mar 14 13:28:44 CDT 2007


The default algorithm used to compute determinants is treedet (in
matrix.lisp), which is slow. If ratmx is true then the fraction-free
gaussian elimination is used (tfgeli in mat.lisp). I don't know why
treedet is preferred over tfgeli, but I would make tfgeli the default
algorithm.

-- 
Andrej


More information about the Maxima mailing list