>
>
> Um what is more critical to writing decent software. Knowing math, not
> being lazy, being motivated or spelling correctly in usenet... Hmm...
For most applications math is not needed at all. Spelling correctly is
critical to writing decent software.
> Maybe the question smacks of homeworkism? Cuz the bitch is probably off
> from winter break and now has an assignment due. Instead of actually paying
> attention in class and doing the lab work he probably skips class then last
> minute looks for a fix.
If it is a homework question, it is for a course badly given. Matrix
inversion is almost never done as it leads to results that are much less
accurate than needed. Also the OP's original words (rectangular matrix)
leads to questions like: "what is the purpose?" (Rectangular matrices do
not have an inverse, unless they are square, and even in that case it is
possible that they do not have an inverse.) Even simple Gauss elimination
is far from trivial.
> That and the OP ought to learn what the **** google is. E.g. a quick google
> turns up
>
>
http://www.library.cornell.edu/nr/bookcpdf.html
Can you tell me where in the Numerical Recipes book information is given
about matrix inversion? I do not think it is in there, only discussion
about the complexity. Nor does the book give detailed information about
the implementation. Going from the book to an actual implementation is
an, eh, large step.
For the OP, this newsgroup is probably not the best. Sci.math.num-analysis
might be a better platform.