Post by SteveWhat is the procedure for solving a 4x4 matrix
There are *very* instructive *.pdf-articles on
"numerical recipes" online. (Don't have the
current links available, search google). They explain
matrix-inversion by gauss-jordan, LU-decomposition
and others in detail and with commented excerpts from
their program-code.
HTH
Gottfried Helms