<< 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

what does preconceived mean
sammie Reply
physiological Psychology
Nwosu Reply
How can I develope my cognitive domain
Amanyire Reply
why is communication effective
Dakolo Reply
Communication is effective because it allows individuals to share ideas, thoughts, and information with others.
effective communication can lead to improved outcomes in various settings, including personal relationships, business environments, and educational settings. By communicating effectively, individuals can negotiate effectively, solve problems collaboratively, and work towards common goals.
it starts up serve and return practice/assessments.it helps find voice talking therapy also assessments through relaxed conversation.
miss
Every time someone flushes a toilet in the apartment building, the person begins to jumb back automatically after hearing the flush, before the water temperature changes. Identify the types of learning, if it is classical conditioning identify the NS, UCS, CS and CR. If it is operant conditioning, identify the type of consequence positive reinforcement, negative reinforcement or punishment
Wekolamo Reply
please i need answer
Wekolamo
because it helps many people around the world to understand how to interact with other people and understand them well, for example at work (job).
Manix Reply
Agreed 👍 There are many parts of our brains and behaviors, we really need to get to know. Blessings for everyone and happy Sunday!
ARC
A child is a member of community not society elucidate ?
JESSY Reply
Isn't practices worldwide, be it psychology, be it science. isn't much just a false belief of control over something the mind cannot truly comprehend?
Simon Reply
compare and contrast skinner's perspective on personality development on freud
namakula Reply
Skinner skipped the whole unconscious phenomenon and rather emphasized on classical conditioning
war
explain how nature and nurture affect the development and later the productivity of an individual.
Amesalu Reply
nature is an hereditary factor while nurture is an environmental factor which constitute an individual personality. so if an individual's parent has a deviant behavior and was also brought up in an deviant environment, observation of the behavior and the inborn trait we make the individual deviant.
Samuel
I am taking this course because I am hoping that I could somehow learn more about my chosen field of interest and due to the fact that being a PsyD really ignites my passion as an individual the more I hope to learn about developing and literally explore the complexity of my critical thinking skills
Zyryn Reply
good👍
Jonathan
and having a good philosophy of the world is like a sandwich and a peanut butter 👍
Jonathan
generally amnesi how long yrs memory loss
Kelu Reply
interpersonal relationships
Abdulfatai Reply
What would be the best educational aid(s) for gifted kids/savants?
Heidi Reply
treat them normal, if they want help then give them. that will make everyone happy
Saurabh
What are the treatment for autism?
Magret Reply
hello. autism is a umbrella term. autistic kids have different disorder overlapping. for example. a kid may show symptoms of ADHD and also learning disabilities. before treatment please make sure the kid doesn't have physical disabilities like hearing..vision..speech problem. sometimes these
Jharna
continue.. sometimes due to these physical problems..the diagnosis may be misdiagnosed. treatment for autism. well it depends on the severity. since autistic kids have problems in communicating and adopting to the environment.. it's best to expose the child in situations where the child
Jharna
child interact with other kids under doc supervision. play therapy. speech therapy. Engaging in different activities that activate most parts of the brain.. like drawing..painting. matching color board game. string and beads game. the more you interact with the child the more effective
Jharna
results you'll get.. please consult a therapist to know what suits best on your child. and last as a parent. I know sometimes it's overwhelming to guide a special kid. but trust the process and be strong and patient as a parent.
Jharna
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, Precalculus. OpenStax CNX. Jan 19, 2016 Download for free at https://legacy.cnx.org/content/col11667/1.6
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

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

Ask