Page 1 of 1

Inverse Matrix Test Data

Posted: Tue May 24, 2005 3:57 pm
by taj79
Hi,
I have written a code for Matrix Inversion. Its working fine for the small samples. But I want to test for more datas.
Could you give me the source from where I can get test data?

Regards,
Kaushik

Posted: Tue May 24, 2005 4:56 pm
by Krzysztof Duleba
Your random number generator is a great source, believe me. You just have to check it out!

If you want to verify your answers, use Octave (free package available for many systems) or any other applicable tool.

BTW, does your question have anything to do with OJ?