Is there anyone that could give me a dig out with this I am stuck on step 2
Here follows the problem :
1) Use the Gaussian elimination to find the inverse of the matrix Q
Q = matrix([[1, 2, 1], [-3, -4, 1], [4, 6, 4]])
using step1: Q3 - 3Q1 = I get the following
Q = matrix([[1, 2, 1], [0, 10, -2], [4, 6, 4]])
This is where I am stuck and I have the question about, (Question ??) in Q_31 how do I get the first value 0 ? I can not use the formula Q3 + Q1 because that would give me [5, 8, 5]
What is my pivotal equation ? or next pivot point to solve this ?
Eliz .... if you are out there I am sending a S.O.S to you now
Here follows the problem :
1) Use the Gaussian elimination to find the inverse of the matrix Q
Q = matrix([[1, 2, 1], [-3, -4, 1], [4, 6, 4]])
using step1: Q3 - 3Q1 = I get the following
Q = matrix([[1, 2, 1], [0, 10, -2], [4, 6, 4]])
This is where I am stuck and I have the question about, (Question ??) in Q_31 how do I get the first value 0 ? I can not use the formula Q3 + Q1 because that would give me [5, 8, 5]
What is my pivotal equation ? or next pivot point to solve this ?
Eliz .... if you are out there I am sending a S.O.S to you now