1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
NemiM [27]
2 years ago
13

How to do the inverse of a 3x3 matrix gaussian elimination.

Mathematics
1 answer:
nata0808 [166]2 years ago
6 0

As an example, let's invert the matrix

\begin{bmatrix}-3&2&1\\2&1&1\\1&1&1\end{bmatrix}

We construct the augmented matrix,

\left[ \begin{array}{ccc|ccc} -3 & 2 & 1 & 1 & 0 & 0 \\ 2 & 1 & 1 & 0 & 1 & 0 \\ 1 & 1 & 1 & 0 & 0 & 1 \end{array} \right]

On this augmented matrix, we perform row operations in such a way as to transform the matrix on the left side into the identity matrix, and the matrix on the right will be the inverse that we want to find.

Now we can carry out Gaussian elimination.

• Eliminate the column 1 entry in row 2.

Combine 2 times row 1 with 3 times row 2 :

2 (-3, 2, 1, 1, 0, 0) + 3 (2, 1, 1, 0, 1, 0)

= (-6, 4, 2, 2, 0, 0) + (6, 3, 3, 0, 3, 0)

= (0, 7, 5, 2, 3, 0)

which changes the augmented matrix to

\left[ \begin{array}{ccc|ccc} -3 & 2 & 1 & 1 & 0 & 0 \\ 0 & 7 & 5 & 2 & 3 & 0 \\ 1 & 1 & 1 & 0 & 0 & 1 \end{array} \right]

• Eliminate the column 1 entry in row 3.

Using the new aug. matrix, combine row 1 and 3 times row 3 :

(-3, 2, 1, 1, 0, 0) + 3 (1, 1, 1, 0, 0, 1)

= (-3, 2, 1, 1, 0, 0) + (3, 3, 3, 0, 0, 3)

= (0, 5, 4, 1, 0, 3)

\left[ \begin{array}{ccc|ccc} -3 & 2 & 1 & 1 & 0 & 0 \\ 0 & 7 & 5 & 2 & 3 & 0 \\ 0 & 5 & 4 & 1 & 0 & 3 \end{array} \right]

• Eliminate the column 2 entry in row 3.

Combine -5 times row 2 and 7 times row 3 :

-5 (0, 7, 5, 2, 3, 0) + 7 (0, 5, 4, 1, 0, 3)

= (0, -35, -25, -10, -15, 0) + (0, 35, 28, 7, 0, 21)

= (0, 0, 3, -3, -15, 21)

\left[ \begin{array}{ccc|ccc} -3 & 2 & 1 & 1 & 0 & 0 \\ 0 & 7 & 5 & 2 & 3 & 0 \\ 0 & 0 & 3 & -3 & -15 & 21 \end{array} \right]

• Multiply row 3 by 1/3 :

\left[ \begin{array}{ccc|ccc} -3 & 2 & 1 & 1 & 0 & 0 \\ 0 & 7 & 5 & 2 & 3 & 0 \\ 0 & 0 & 1 & -1 & -5 & 7 \end{array} \right]

• Eliminate the column 3 entry in row 2.

Combine row 2 and -5 times row 3 :

(0, 7, 5, 2, 3, 0) - 5 (0, 0, 1, -1, -5, 7)

= (0, 7, 5, 2, 3, 0) + (0, 0, -5, 5, 25, -35)

= (0, 7, 0, 7, 28, -35)

\left[ \begin{array}{ccc|ccc} -3 & 2 & 1 & 1 & 0 & 0 \\ 0 & 7 & 0 & 7 & 28 & -35 \\ 0 & 0 & 1 & -1 & -5 & 7 \end{array} \right]

• Multiply row 2 by 1/7 :

\left[ \begin{array}{ccc|ccc} -3 & 2 & 1 & 1 & 0 & 0 \\ 0 & 1 & 0 & 1 & 4 & -5 \\ 0 & 0 & 1 & -1 & -5 & 7 \end{array} \right]

• Eliminate the column 2 and 3 entries in row 1.

Combine row 1, -2 times row 2, and -1 times row 3 :

(-3, 2, 1, 1, 0, 0) - 2 (0, 1, 0, 1, 4, -5) - (0, 0, 1, -1, -5, 7)

= (-3, 2, 1, 1, 0, 0) + (0, -2, 0, -2, -8, 10) + (0, 0, -1, 1, 5, -7)

= (-3, 0, 0, 0, -3, 3)

\left[ \begin{array}{ccc|ccc} -3 & 0 & 0 & 0 & -3 & 3 \\ 0 & 1 & 0 & 1 & 4 & -5 \\ 0 & 0 & 1 & -1 & -5 & 7 \end{array} \right]

• Multiply row 1 by -1/3 :

\left[ \begin{array}{ccc|ccc} 1 & 0 & 0 & 0 & 1 & -1 \\ 0 & 1 & 0 & 1 & 4 & -5 \\ 0 & 0 & 1 & -1 & -5 & 7 \end{array} \right]

So, the inverse of our matrix is

\begin{bmatrix}-3&2&1\\2&1&1\\1&1&1\end{bmatrix}^{-1} = \begin{bmatrix}0&1&-1\\1&4&-5\\-1&-5&7\end{bmatrix}

You might be interested in
Eliminate the parameter. X=sqrt of t y = 2t+5
tankabanditka [31]
X = sqrt 
t = x^2

y = 2t + 5
2t = y - 5
t = (y - 5)/2

so x^2 = (y - 5) / 2

2x^2 = y - 5 

y = 2x^2 + 5
3 0
3 years ago
Read 2 more answers
Least common denomiator of 7/9 and 11/6​
Over [174]

9514 1404 393

Answer:

  18

Step-by-step explanation:

The least common denominator (LCD) is the least common multiple (LCM) of the denominators.

Here, the denominators are ...

  9 = 3·3

  6 = 3·2

So, their LCM is 3·3·2 = 18.

The least common denominator of the given fractions is 18.

__

  7/9 = 14/18

  11/6 = 33/18

4 0
3 years ago
if sec theta equals negative 5/3, such that 180° <thata<270° then determine what is tan theta ?
Svetllana [295]
I hope this makes sense, if not please feel free to let me know and I'll explain it. 

4 0
3 years ago
The number 42 is increased to 46. what is the percentage by which the number was increased?
Arte-miy333 [17]

Answer:

9.52% ( to 2 dec. places )

Step-by-step explanation:

Calculate the percentage increase using

percent increase = \frac{increase}{original} × 100%

increase = 46 - 42 = 4, hence

percent increase = \frac{4}{42} × 100% ≠ 9.52%


7 0
3 years ago
What is the value of the expression when p = 7? 9p-7 A. 12 B.27 C.36 D.60
professor190 [17]

Answer:

56

Step-by-step explanation:

Just substitute 7 for p in the expression 9p - 7:  9(7) - 7 = 56

6 0
3 years ago
Other questions:
  • You estimate that your friend is 50 inches tall. That actual height of your friend is 54 inches. Find the percent error.
    10·1 answer
  • What is the answer to 7×3
    12·2 answers
  • Find and simplify the expression if f(x)=x^2-10.<br><br> f(4+h)-f(4)=
    15·2 answers
  • Suppose that the function h is defined, for all real numbers , as follows.
    12·1 answer
  • Find x. Round your answer to the nearest integer.<br> 25<br> х<br> 37°
    13·1 answer
  • GIVING BRAINLIEST FOR CORRECT ANSWER WITH EXPLANATION
    11·1 answer
  • Solve: 15x - 12 + 7 x + 6 = 60
    12·2 answers
  • Which lists all of the x-intercepts of the graphed function?
    14·1 answer
  • Trendy Teens Instructions Click the links to open the resources below. These resources will help you complete the assignment. On
    8·2 answers
  • May I please receive help?
    7·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!