Greetings everyone!
I need to make a recursive funktion for matrix inversion, and was wondering if anyone here could help me?
The matrix should be added as an array of intergers, and the returned result should be a sole integer.
this is the mathematical formula I have:
[url]http://dl.dropbox.com/u/2854626/recursionMatrix.bmp[/url]
(it's the last part of the matrix, the top line is the "rest" and the 2x2 matrix is the end condition)
hope anyone can help :)
- Stephen