determinant of sparse matrix



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