Matrixdecomposition
Matrixdecomposition
2 2 2
4 7 7
6 18 22
Gauss matrix
2 2 2
2 3 3 0 0
3 4 4 0 0
L matrix 1 0 0
2 1
3 4 1
U matrix 2 2 2
0 3 3
0 0 4
Page 1
Sheet1
Work area
row1 3 3 0 0
row2 12 16 0 0
gauss calc 4 4 0 0 0
copy for trf 4 4 0 0 0
Method
1. Place given matrix B8 to G11
2. copy top row to row1
.3.copy next row to row2
4. copy topr row to c17
5. copy trf to c18
6 repeat copy paste as needed
Page 2