<< Chapter < Page Chapter >> Page >
This module provides a second sample test related to matrices.

Suppose A , B , C , D , and E are matrices. Solve the following equation for C .

A B C = D E

  • Multiply both sides by A -1 in front: A -1 ABC = A -1 DE
  • But A -1 A = I : IBC = A -1 DE
  • But IB = B : BC = A -1 DE
  • Multiply both sides by B -1 in front: B -1 BC = B -1 A -1 DE
  • But B -1 B = I : IC = B -1 A -1 DE
  • But IC = C : C = B -1 A -1 DE

That is the solution. Note that solving this uses both the definition of an inverse matrix ( A -1 A = I ) and the definition of the identity matrix ( IB = B ). Note also that it matters which side you multiply on: DE A -1 B -1 would not be correct.

Incidentally, it may help to think of this in analogy to numerical equations. Suppose I gave you the equation:

3 x = 12

You might say “I would divide both sides by 3.” But what if I told you there is no such thing as division, only multiplication? Hopefully you would say “No problem, I will multiply both sides by 1 3 .” You multiply both sides by the inverse of 3 because 1 3 times 3 is 1, and 1 times x is x , so the 1 3 makes the 3 go away. Multiplying by A -1 to get rid of A is exactly like that.

Got questions? Get instant answers now!

Here are two equations and two unknowns.

6 m + 2 n = -2

-3 - n = 1

  • A

    Rewrite this problem as a matrix equation.
  • B

    Solve. What are m and n ?

a. Rewrite this problem as a matrix equation.

6 2 3 1 size 12{ left [ matrix { 6 {} # 2 {} ##- 3 {} # - 1{} } right ]} {} m n size 12{ left [ matrix { m {} ##n } right ]} {} = 2 1 size 12{ left [ matrix { - 2 {} ##1 } right ]} {}

(*I urge you to confirm this for yourself. Multiply the two matrices on the left, then set the resulting matrix equal to the matrix on the right, and confirm that you get the two equations we started with.)

b. Solve. What are m and n ?

If you think of that previous equation as AX = A , then it solves out as X = A –1 A . So you can type the first matrix into your calculator as A and the second as B , then type A -1 B and you get...

an error! Singular matrix! What happened? I can answer that question on two levels.

First, matrix A , thus defined, has a determinant of 0. (You can confirm this easily, with or without the calculator.) Hence, it has no inverse.

Second, these two equations are actually the same equation—as you can see if you multiply the bottom equation by –2. They cannot be solved, because they have an infinite number of solutions.

Got questions? Get instant answers now!

Solve the following equations for a , b , c , and d .

2 a + 3 b - 5 c + 7 d = 8

3 a - 4 b + 6 c + 8 d = 10

10 a + c + 6 d = 3

a - b - c - d = 69

This is where you really, really need a calculator. Again, think of this as A = B , where...

A = 2 3 5 7 3 4 6 8 10 0 1 6 1 1 1 1 size 12{ left [ matrix { 2 {} # 3 {} # - 5 {} # 7 {} ##3 {} # - 4 {} # 6 {} # 8 {} ## "10" {} # 0 {} # 1 {} # 6 {} ##1 {} # - 1 {} # - 1 {} # - 1{} } right ]} {} , X = a b c d size 12{ left [ matrix { a {} ##b {} ## c {} ##d } right ]} {} , and B = 8 10 3 69 size 12{ left [ matrix { 8 {} ##"10" {} ## 3 {} ##"69" } right ]} {}

Then the solution is X = A -1 B , which comes out on the calculator:

X = 3 . 345 39 . 564 25 . 220 0 . 871 size 12{ left [ matrix { 3 "." "345" {} ##- "39" "." "564" {} ## - "25" "." "220" {} ##- 0 "." "871" } right ]} {}

Since this equals the X I defined earlier, that means a = 3.345 , b = –39.564 , c = –25.220 , and d = –0.871 .

It’s that easy...and it’s also very, very dangerous. Because if you make one tiny little mistake (such as not noticing the “0 b ” in the third equation, or mistyping one little number on the calculator), you get a completely wrong answer, and no credit. So what can you do about this? Here are a few tips.

  • Even on a problem like this, you can show me your work. Show me your A and your B and tell me you typed A -1 B into your calculator. Then I can see exactly what went wrong.
  • After you type in the matrices, always check them: just ask the calculator to dump out matrix A and matrix B and match them against the original equation.
  • If you have time after you’re done with everything else, come back and check the answers! Type: 3.345 STO → A to put that number into memory a (numerical memory, not matrix memory: the green letters, remember?). Do the same for B , C , and D . Then type: 2A+3B–5D+7D and make sure you get approximately 8; and so on for the other three equations. If they all work, you know you got it right!
Got questions? Get instant answers now!

| 2 2n 5 4 size 12{ lline matrix { - 2 {} # 2n {} ##5 {} # - 4{} } rline } {} |

  • A

    Find the determinant.
  • B

    Find the determinant | 2 6 5 4 size 12{ lline matrix { - 2 {} # 6 {} ##5 {} # - 4{} } rline } {} | by plugging the appropriate value for n into your answer to part (a). Show your work!
  • C

    Find the determinant | 2 6 5 4 size 12{ lline matrix { - 2 {} # 6 {} ##5 {} # - 4{} } rline } {} | on your calculator. Did it come out as you expected?

a. Find the determinant.

( –2 ) ( –4 ) - ( 2 n ) ( 5 ) = 8 10 n

b. Find the determinant | 2 6 5 4 size 12{ lline matrix { - 2 {} # 6 {} ##5 {} # - 4{} } rline } {} | by plugging the appropriate value for n into your answer to part (a). Show your work!

xxxNote that since we are using 6 where we had 2n before, n=3. 8-10(3)=–22.

c. Find the determinant | 2 6 5 4 size 12{ lline matrix { - 2 {} # 6 {} ##5 {} # - 4{} } rline } {} | on your calculator. Did it come out as you expected?

Hopefully it does. If it doesn’t, don’t say it did—find your mistake!

Got questions? Get instant answers now!

| 0 3 6 -2 4 x 2 8 1 2 |

  • A

    Find the determinant.
  • B

    Check your answer by finding the determinant of that same matrix when x = 10 on your calculator. Does it come out the way your equation predicted? Show your work!

a. Find the determinant.

I’m not going to do the whole drawing of the “expansion by minors” here, but you can find just such a drawing in your book. But if you do it right, you end up with:

0 ( 2 8 x ) 3 ( –1 - 2 x ) + 6 ( –16 8 ) = 3 + 6 x + 6 ( –24 ) = 6 x 141

b. Check your answer by finding the determinant of that same matrix when x = 10 on your calculator. Does it come out the way your equation predicted? Show your work!

Our solution above predicts an answer of 60 141 = –81 . Once again, try it on the calculator: if you don’t get that, find your mistake!

Got questions? Get instant answers now!

Find the determinant | 4 2 -5 6 2 -3 9 13 -23 42 1 3 0 14 3 35 2 |

Strictly a calculator problem: just be careful, and make sure to dump out the matrix to make sure you typed it right. Note that you will have to scroll to the right to see the whole thing! I get 168,555.6667, or 168,555⅔.

Got questions? Get instant answers now!

Write a 2×2 matrix that has no inverse. No two of the four numbers should be the same.

The key here is knowing that there is no inverse when the determinant, ad - bc , is zero. So there are many possible solutions, such as:

1 2 3 6 size 12{ left [ matrix { 1 {} # 2 {} ##3 {} # 6{} } right ]} {}

Got questions? Get instant answers now!

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Advanced algebra ii: activities and homework. OpenStax CNX. Sep 15, 2009 Download for free at http://cnx.org/content/col10686/1.5
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Advanced algebra ii: activities and homework' conversation and receive update notifications?

Ask