0% found this document useful (0 votes)
32 views2 pages

Matrixdecomposition

Uploaded by

Mark Aquino
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLS, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
32 views2 pages

Matrixdecomposition

Uploaded by

Mark Aquino
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLS, PDF, TXT or read online on Scribd
You are on page 1/ 2

Sheet1

LU decomposition for a 3*3 matrix


Given Matrix

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

You might also like