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
HELP ASAP !!
trasher [3.6K]

nuuuu the picture is blocked im on my school computer sorry :(

8 0
3 years ago
A company makes steel rods shaped like cylinders. Each rod has a diameter of 4 centimeters and a height of 60 centimeters. If th
gavmur [86]

Answer:

See below.

Step-by-step explanation:

1) Please check the number of volume of steel. It should be 54,259.2

{cm}^{3}

. Not 54,259.2 cm. Right?

2) If so,

First

The volume of single rod

=  \pi \times ( { \frac{4}{2} })^{2} \times 60= \pi \times  {2}^{2} \times 60= 4\pi \times 60= 4 \times 3.14 \times 60= 753.6 {cm}^{3}

The number of rods

=  \frac{54259.2}{753.6}  = 72

5 0
3 years ago
Simplify y 2 + 11y - 6y + y 2. y4 + 5 y4 + 5y 2y 2 + 5 2y 2 + 5y
Dmitrij [34]

Answer:

2y^2 +5y

Step-by-step explanation:

y^2 + 11y - 6y + y^2

Combine like terms

2y^2 +5y

3 0
3 years ago
Read 2 more answers
Simplify the following expressions by using distributive property. 3x^2(4x-3)
mr_godi [17]

Answer:

12x^3-9x^2

Step-by-step explanation:

3x^2(4x-3)= \\\\3x^2(4x)+3x^2(-3)= \\\\12x^3-9x^2

Hope this helps!

5 0
3 years ago
Please Please help asap!!! Thank you
natali 33 [55]

Step-by-step explanation:

well, the starting equation and the target format have been given.

let's do the multiplications and compare the target with the starting information.

from there we see what is different or missing.

x² + 14x + 13 = 0

and

(x - p)² = q

x² - 2px + p² = q

x² - 2px + (p² - q) = 0

now let's compare the different parts :

x² = x²

-2px = 14x

-2p = 14

p = -7

p² - q = 13

-7² - q = 13

49 - q = 13

36 - q = 0

q = 36

so, the square (x - p)² = (x + 7)² is completed when

x² + 14x + 49 = 0

but we have only "+ 13". so we need to add 36 to get 49. but we need to do it on both sides, to keep the equation true :

x² + 14x + 13 + 36 = 36

x² + 14x + 49 = 36

(x + 7)² = 36

just as we calculated already above.

and now this can be solved by pulling the square root on both sides (a quadratic equation has always 2 solutions)

x + 7 = ±6

x1 = 6 - 7 = -1

x2 = -6 - 7 = -13

3 0
1 year ago
Other questions:
  • What is the ratio of tetras to catfishes
    9·2 answers
  • It number 6. And i need help
    11·1 answer
  • What is 1/2r +2(3/4-1)=1/4r+6
    12·1 answer
  • A square has side lengths of(x-3)units,what is its area?
    6·1 answer
  • This is to Hard For Me, Please Help Me
    13·1 answer
  • More inequalities Help please
    9·1 answer
  • A kid's baseball diamond is a square. It is 50 feet from home plate to first base. If I throw a ball from 1st base to 3rd base,
    15·1 answer
  • Which of the following transforms the graph of
    13·1 answer
  • Give your answer in hours and minutes.
    9·2 answers
  • Write an expression to represent: 3 minus the quotient of x and 4
    10·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!