Dotan Cohen wrote:
> I have read through the man pages regarding linear algebra for Maxima
> [1] but I cannot figure out how to do a simple LU decomposition. Could
> someone please either RTFM me with a link or provide a code example?
>
?? lu returns 30 or so items, one of which is lu_factor. That combined
with get_lu_factors will probably do what you want.
Ray