I'm trying to help my son with one of his C programming classes.<br>
This is the assignment .. any help would be appreciated..<br>
<br>
<br>
An iterative method for computing the inverse of a matrix A is given by A(-1) = -I + B + B(2) + B(3) + B(4) + ..., <br>
()represents power exponent ... example 2(3) = 8 <br>
<br>
Where B = I-A (I is the identy matrix). Compute the invers of <br>
<br>
A = .5 1 0<br>
[ 0 .666 0 ] <br>
-.5 -1 .666 <br>
<br>
Stop at B(10) in the expansion of A(-1). Check the results by computing A(-1) * A
This is the assignment .. any help would be appreciated..<br>
<br>
<br>
An iterative method for computing the inverse of a matrix A is given by A(-1) = -I + B + B(2) + B(3) + B(4) + ..., <br>
()represents power exponent ... example 2(3) = 8 <br>
<br>
Where B = I-A (I is the identy matrix). Compute the invers of <br>
<br>
A = .5 1 0<br>
[ 0 .666 0 ] <br>
-.5 -1 .666 <br>
<br>
Stop at B(10) in the expansion of A(-1). Check the results by computing A(-1) * A