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
I just don't understand what to do.
Nostrana [21]
Subtract 510 from 375 because you need to find how many more points that he needs to get
8 0
3 years ago
Read 2 more answers
Write and solve the equation and then check your answer.
sweet-ann [11.9K]

Answer:

- The correct equation is 6s = 7.80

- The solution of the equation is s = $1.30

Step-by-step explanation:

To find the product of 6 and a number, first we denote the unknown number as s.

The product of 6 and s is the same as 6s.

If the product of both numbers is $7.80, then 6s = $7.80

The correct equation is therefore 6s = $7.80

To get the value of s, we will divide both sides by 6 to have:

6s/6 = $7.80/6

s = $1.30

Based on the calculation, the following statements are true

- The correct equation is 6s = 7.80

- The solution of the equation is s = $1.30

8 0
3 years ago
Read 2 more answers
The Price of a machine depreciates at the rate of ₹1500 per year. If it was bought for ₹15,800, what will be its price after 5 y
saul85 [17]

Answer:

5th year= 9800

Step-by-step explanation:

1st year=15800

2nd=14300

3rd=12800

4th=11300

5th=9800

8 0
3 years ago
Line m is parallel to Line n.
soldi70 [24.7K]
I hope this helps. Have a good day.

6 0
3 years ago
Please help im being timed <br><br> Inverse of f(x)=15x+4
rusak2 [61]

Answer:

f^{-1}(x) =

Step-by-step explanation:

let y = f(x), then rearrange making x the subject

y = \frac{1}{5}x + 4 ( subtract 4 from both sides )

y - 4 = \frac{1}{5}x ( multiply both sides by 5 to clear the fraction )

5y - 20 = x

Change y back into terms of x with x = f^{-1} (x) , then

f^{-1} (x) = 5x - 20

3 0
3 years ago
Other questions:
  • Combining like terms -3(5x+4)-(2x+2)-3x+6
    12·1 answer
  • Complete the synthetic division problem below. What is the quotient in polynomial form?
    5·2 answers
  • There are 9 students in a class: 5 boys and 4 girls.
    13·1 answer
  • PLS HELP!! I NEED TO FIND THE SURFACE AREA OF THIS CYLINDER!!!!!
    6·1 answer
  • 22. The mean of 15 observations is 32. Find the resulting mean, if each observation is: (i) increased by 3 (ii) decreased by(v)
    13·1 answer
  • Evaluate w+(-x) - 2/3 where w = -5/9 and x = 4/3
    6·1 answer
  • Whats the answer for number 3?
    10·1 answer
  • PLS HELP
    6·1 answer
  • MARKING BRAINLIEST PLZ HELP! You are given the following five lines:
    6·1 answer
  • A chemist has three different acid solutions. The first acid solution contains
    6·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!