Chapter 9: Problem 68
How are matrices added?
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.
/*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
Learning Materials
Features
Discover
Chapter 9: Problem 68
How are matrices added?
These are the key concepts you need to understand to accurately answer the question.
All the tools & learning materials you need for study success - in one app.
Get started for free
Will help you prepare for the material covered in the next section. Multiply: $$ \left[\begin{array}{ll} {a_{11}} & {a_{12}} \\ {a_{21}} & {a_{22}} \end{array}\right]\left[\begin{array}{ll} {1} & {0} \\ {0} & {1} \end{array}\right] $$ After performing the multiplication, describe what happens to the elements in the first matrix.
Find the following matrices: a. \(A+B\) b. \(A-B\) c. \(-4 A\) d. \(3 A+2 B\) $$ A=\left[\begin{array}{rrr} {2} & {-10} & {-2} \\ {14} & {12} & {10} \\ {4} & {-2} & {2} \end{array}\right], \quad B=\left[\begin{array}{rrr} {6} & {10} & {-2} \\ {0} & {-12} & {-4} \\ {-5} & {2} & {-2} \end{array}\right] $$
Graph the solution set of the system: $$ \left\\{\begin{array}{l} {x+y \leq 7} \\ {x+4 y>-8} \end{array}\right. $$
Find (if possible) the following matrices: a. \(A B\) b. \(B A\) $$ A=\left[\begin{array}{llll} {1} & {2} & {3} & {4} \end{array}\right], \quad B=\left[\begin{array}{l} {1} \\ {2} \\ {3} \\ {4} \end{array}\right] $$
Exercises \(72-74\) will help you prepare for the material covered in the next section. In each exercise, refer to the following system: $$ \left\\{\begin{aligned} 3 x-4 y+4 z &=7 \\ x-y-2 z &=2 \\ 2 x-3 y+6 z &=5 \end{aligned}\right. $$ Show that \((12 z+1,10 z-1, z)\) satisfies the system for \(z=0\)
What do you think about this solution?
We value your feedback to improve our textbook solutions.