You are on page 1of 1

EJERCICIO 2

# name: A
# type: matrix
# rows: 3
# columns: 3
4 1 2
1 2 0
2 0 5

# name: L
# type: matrix
# rows: 3
# columns: 3
2 0 0
0.5 1.322875655532295 0
1 -0.3779644730092272 1.963961012123931

# name: U
# type: matrix
# rows: 3
# columns: 3
2 0.5 1
0 1.322875655532295 -0.3779644730092272
0 0 1.963961012123931

# name: b
# type: matrix
# rows: 1
# columns: 3
1 2 4

# name: c
# type: matrix
# rows: 3
# columns: 1
0.5
1.322875655532295
2.036700308869262

# name: x
# type: matrix
# rows: 3
# columns: 1
-0.5925925925925926
1.296296296296296
1.037037037037037

You might also like