rictheric222
New member
- Joined
- Nov 22, 2013
- Messages
- 1
I have an assignment in c programming where I must calculate the inverse of a given matrix.
The formula that was given to me is A^-1 = I + B + B^2 + B^3 + ... (directed to stop at B^20) where B = I - A
Does this make sense?
I'm having a hard time understanding this for some reason... I feel like the result would end in inf's and -inf's...
If someone could explain this concept to me, that would be awesome.
Thanks in advance.
The formula that was given to me is A^-1 = I + B + B^2 + B^3 + ... (directed to stop at B^20) where B = I - A
Does this make sense?
I'm having a hard time understanding this for some reason... I feel like the result would end in inf's and -inf's...
If someone could explain this concept to me, that would be awesome.
Thanks in advance.