<< Chapter < Page Chapter >> Page >

Using a calculator to perform matrix operations

Find A B C given

A = [ −15 25 32 41 −7 −28 10 34 −2 ] , B = [ 45 21 −37 −24 52 19 6 −48 −31 ] , and  C = [ −100 −89 −98 25 −56 74 −67 42 −75 ] .

On the matrix page of the calculator, we enter matrix A above as the matrix variable [ A ] , matrix B above as the matrix variable [ B ] , and matrix C above as the matrix variable [ C ] .

On the home screen of the calculator, we type in the problem and call up each matrix variable as needed.

[ A ] × [ B ] [ C ]

The calculator gives us the following matrix.

[ 983 462 136 1 , 820 1 , 897 856 311 2 , 032 413 ]
Got questions? Get instant answers now!
Got questions? Get instant answers now!

Access these online resources for additional instruction and practice with matrices and matrix operations.

Key concepts

  • A matrix is a rectangular array of numbers. Entries are arranged in rows and columns.
  • The dimensions of a matrix refer to the number of rows and the number of columns. A 3 × 2 matrix has three rows and two columns. See [link] .
  • We add and subtract matrices of equal dimensions by adding and subtracting corresponding entries of each matrix. See [link] , [link] , [link] , and [link] .
  • Scalar multiplication involves multiplying each entry in a matrix by a constant. See [link] .
  • Scalar multiplication is often required before addition or subtraction can occur. See [link] .
  • Multiplying matrices is possible when inner dimensions are the same—the number of columns in the first matrix must match the number of rows in the second.
  • The product of two matrices, A and B , is obtained by multiplying each entry in row 1 of A by each entry in column 1 of B ; then multiply each entry of row 1 of A by each entry in columns 2 of B , and so on. See [link] and [link] .
  • Many real-world problems can often be solved using matrices. See [link] .
  • We can use a calculator to perform matrix operations after saving each matrix as a matrix variable. See [link] .

Section exercises

Verbal

Can we add any two matrices together? If so, explain why; if not, explain why not and give an example of two matrices that cannot be added together.

No, they must have the same dimensions. An example would include two matrices of different dimensions. One cannot add the following two matrices because the first is a 2 × 2 matrix and the second is a 2 × 3 matrix. [ 1 2 3 4 ] + [ 6 5 4 3 2 1 ] has no sum.

Got questions? Get instant answers now!

Can we multiply any column matrix by any row matrix? Explain why or why not.

Got questions? Get instant answers now!

Can both the products A B and B A be defined? If so, explain how; if not, explain why.

Yes, if the dimensions of A are m × n and the dimensions of B are n × m , both products will be defined.

Got questions? Get instant answers now!

Can any two matrices of the same size be multiplied? If so, explain why, and if not, explain why not and give an example of two matrices of the same size that cannot be multiplied together.

Got questions? Get instant answers now!

Does matrix multiplication commute? That is, does A B = B A ? If so, prove why it does. If not, explain why it does not.

Not necessarily. To find A B , we multiply the first row of A by the first column of B to get the first entry of A B . To find B A , we multiply the first row of B by the first column of A to get the first entry of B A . Thus, if those are unequal, then the matrix multiplication does not commute.

Got questions? Get instant answers now!

Algebraic

For the following exercises, use the matrices below and perform the matrix addition or subtraction. Indicate if the operation is undefined.

A = [ 1 3 0 7 ] , B = [ 2 14 22 6 ] , C = [ 1 5 8 92 12 6 ] , D = [ 10 14 7 2 5 61 ] , E = [ 6 12 14 5 ] , F = [ 0 9 78 17 15 4 ]

C + D

[ 11 19 15 94 17 67 ]

Got questions? Get instant answers now!

D B

Undidentified; dimensions do not match

Got questions? Get instant answers now!

For the following exercises, use the matrices below to perform scalar multiplication.

A = [ 4 6 13 12 ] , B = [ 3 9 21 12 0 64 ] , C = [ 16 3 7 18 90 5 3 29 ] , D = [ 18 12 13 8 14 6 7 4 21 ]

3 B

[ 9 27 63 36 0 192 ]

Got questions? Get instant answers now!

−4 C

[ −64 −12 −28 −72 −360 −20 −12 −116 ]

Got questions? Get instant answers now!

100 D

[ 1 , 800 1 , 200 1 , 300 800 1 , 400 600 700 400 2 , 100 ]

Got questions? Get instant answers now!

For the following exercises, use the matrices below to perform matrix multiplication.

A = [ −1 5 3 2 ] , B = [ 3 6 4 −8 0 12 ] , C = [ 4 10 −2 6 5 9 ] , D = [ 2 −3 12 9 3 1 0 8 −10 ]

B D

[ 60 41 2 −16 120 −216 ]

Got questions? Get instant answers now!

C B

[ −68 24 136 −54 −12 64 −57 30 128 ]

Got questions? Get instant answers now!

For the following exercises, use the matrices below to perform the indicated operation if possible. If not possible, explain why the operation cannot be performed.

A = [ 2 −5 6 7 ] , B = [ −9 6 −4 2 ] , C = [ 0 9 7 1 ] , D = [ −8 7 −5 4 3 2 0 9 2 ] , E = [ 4 5 3 7 −6 −5 1 0 9 ]

4 A + 5 D

Undefined; dimensions do not match.

Got questions? Get instant answers now!

3 D + 4 E

[ −8 41 −3 40 −15 −14 4 27 42 ]

Got questions? Get instant answers now!

100 D −10 E

[ −840 650 −530 330 360 250 −10 900 110 ]

Got questions? Get instant answers now!

For the following exercises, use the matrices below to perform the indicated operation if possible. If not possible, explain why the operation cannot be performed. (Hint: A 2 = A A )

A = [ −10 20 5 25 ] , B = [ 40 10 −20 30 ] , C = [ −1 0 0 −1 1 0 ]

B A

[ −350 1 , 050 350 350 ]

Got questions? Get instant answers now!

B C

Undefined; inner dimensions do not match.

Got questions? Get instant answers now!

B 2

[ 1 , 400 700 −1 , 400 700 ]

Got questions? Get instant answers now!

B 2 A 2

[ 332 , 500 927 , 500 −227 , 500 87 , 500 ]

Got questions? Get instant answers now!

( A B ) 2

[ 490 , 000 0 0 490 , 000 ]

Got questions? Get instant answers now!

For the following exercises, use the matrices below to perform the indicated operation if possible. If not possible, explain why the operation cannot be performed. (Hint: A 2 = A A )

A = [ 1 0 2 3 ] , B = [ −2 3 4 −1 1 −5 ] , C = [ 0.5 0.1 1 0.2 −0.5 0.3 ] , D = [ 1 0 −1 −6 7 5 4 2 1 ]

A B

[ −2 3 4 −7 9 −7 ]

Got questions? Get instant answers now!

B D

[ −4 29 21 −27 −3 1 ]

Got questions? Get instant answers now!

D 2

[ −3 −2 −2 −28 59 46 −4 16 7 ]

Got questions? Get instant answers now!

D 3

[ 1 −18 −9 −198 505 369 −72 126 91 ]

Got questions? Get instant answers now!

A ( B C )

[ 0 1.6 9 −1 ]

Got questions? Get instant answers now!

Technology

For the following exercises, use the matrices below to perform the indicated operation if possible. If not possible, explain why the operation cannot be performed. Use a calculator to verify your solution.

A = [ −2 0 9 1 8 −3 0.5 4 5 ] , B = [ 0.5 3 0 −4 1 6 8 7 2 ] , C = [ 1 0 1 0 1 0 1 0 1 ]

B A

[ 2 24 −4.5 12 32 −9 −8 64 61 ]

Got questions? Get instant answers now!

B C

[ 0.5 3 0.5 2 1 2 10 7 10 ]

Got questions? Get instant answers now!

Extensions

For the following exercises, use the matrix below to perform the indicated operation on the given matrix.

B = [ 1 0 0 0 0 1 0 1 0 ]

B 2

[ 1 0 0 0 1 0 0 0 1 ]

Got questions? Get instant answers now!

B 4

[ 1 0 0 0 1 0 0 0 1 ]

Got questions? Get instant answers now!

Using the above questions, find a formula for B n . Test the formula for B 201 and B 202 , using a calculator.

B n = { [ 1 0 0 0 1 0 0 0 1 ] , n even, [ 1 0 0 0 0 1 0 1 0 ] , n odd .

Got questions? Get instant answers now!

Questions & Answers

how did you get 1640
Noor Reply
If auger is pair are the roots of equation x2+5x-3=0
Peter Reply
Wayne and Dennis like to ride the bike path from Riverside Park to the beach. Dennis’s speed is seven miles per hour faster than Wayne’s speed, so it takes Wayne 2 hours to ride to the beach while it takes Dennis 1.5 hours for the ride. Find the speed of both bikers.
MATTHEW Reply
420
Sharon
from theory: distance [miles] = speed [mph] × time [hours] info #1 speed_Dennis × 1.5 = speed_Wayne × 2 => speed_Wayne = 0.75 × speed_Dennis (i) info #2 speed_Dennis = speed_Wayne + 7 [mph] (ii) use (i) in (ii) => [...] speed_Dennis = 28 mph speed_Wayne = 21 mph
George
Let W be Wayne's speed in miles per hour and D be Dennis's speed in miles per hour. We know that W + 7 = D and W * 2 = D * 1.5. Substituting the first equation into the second: W * 2 = (W + 7) * 1.5 W * 2 = W * 1.5 + 7 * 1.5 0.5 * W = 7 * 1.5 W = 7 * 3 or 21 W is 21 D = W + 7 D = 21 + 7 D = 28
Salma
Devon is 32 32​​ years older than his son, Milan. The sum of both their ages is 54 54​. Using the variables d d​ and m m​ to represent the ages of Devon and Milan, respectively, write a system of equations to describe this situation. Enter the equations below, separated by a comma.
Aaron Reply
find product (-6m+6) ( 3m²+4m-3)
SIMRAN Reply
-42m²+60m-18
Salma
what is the solution
bill
how did you arrive at this answer?
bill
-24m+3+3mÁ^2
Susan
i really want to learn
Amira
I only got 42 the rest i don't know how to solve it. Please i need help from anyone to help me improve my solving mathematics please
Amira
Hw did u arrive to this answer.
Aphelele
hi
Bajemah
-6m(3mA²+4m-3)+6(3mA²+4m-3) =-18m²A²-24m²+18m+18mA²+24m-18 Rearrange like items -18m²A²-24m²+42m+18A²-18
Salma
complete the table of valuesfor each given equatio then graph. 1.x+2y=3
Jovelyn Reply
x=3-2y
Salma
y=x+3/2
Salma
Hi
Enock
given that (7x-5):(2+4x)=8:7find the value of x
Nandala
3x-12y=18
Kelvin
please why isn't that the 0is in ten thousand place
Grace Reply
please why is it that the 0is in the place of ten thousand
Grace
Send the example to me here and let me see
Stephen
A meditation garden is in the shape of a right triangle, with one leg 7 feet. The length of the hypotenuse is one more than the length of one of the other legs. Find the lengths of the hypotenuse and the other leg
Marry Reply
how far
Abubakar
cool u
Enock
state in which quadrant or on which axis each of the following angles given measure. in standard position would lie 89°
Abegail Reply
hello
BenJay
hi
Method
I am eliacin, I need your help in maths
Rood
how can I help
Sir
hmm can we speak here?
Amoon
however, may I ask you some questions about Algarba?
Amoon
hi
Enock
what the last part of the problem mean?
Roger
The Jones family took a 15 mile canoe ride down the Indian River in three hours. After lunch, the return trip back up the river took five hours. Find the rate, in mph, of the canoe in still water and the rate of the current.
cameron Reply
Shakir works at a computer store. His weekly pay will be either a fixed amount, $925, or $500 plus 12% of his total sales. How much should his total sales be for his variable pay option to exceed the fixed amount of $925.
mahnoor Reply
I'm guessing, but it's somewhere around $4335.00 I think
Lewis
12% of sales will need to exceed 925 - 500, or 425 to exceed fixed amount option. What amount of sales does that equal? 425 ÷ (12÷100) = 3541.67. So the answer is sales greater than 3541.67. Check: Sales = 3542 Commission 12%=425.04 Pay = 500 + 425.04 = 925.04. 925.04 > 925.00
Munster
difference between rational and irrational numbers
Arundhati Reply
When traveling to Great Britain, Bethany exchanged $602 US dollars into £515 British pounds. How many pounds did she receive for each US dollar?
Jakoiya Reply
how to reduced echelon form
Solomon Reply
Jazmine trained for 3 hours on Saturday. She ran 8 miles and then biked 24 miles. Her biking speed is 4 mph faster than her running speed. What is her running speed?
Zack Reply
d=r×t the equation would be 8/r+24/r+4=3 worked out
Sheirtina
Got questions? Join the online conversation and get instant answers!
Jobilize.com Reply
Practice Key Terms 5

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, College algebra. OpenStax CNX. Feb 06, 2015 Download for free at https://legacy.cnx.org/content/col11759/1.3
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'College algebra' conversation and receive update notifications?

Ask