Skip to main content
Ch. 5 - Systems and Matrices
Lial - College Algebra 13th Edition
Lial13th EditionCollege AlgebraISBN: 9780136881063Not the one you use?Change textbook
Chapter 6, Problem 77

Perform each operation, if possible.
[1025][3428]\(\left\)[ \(\begin{matrix}\) -1 & 0 \\ 2 & 5 \(\end{matrix}\) \(\right\)] \(\left\)[ \(\begin{matrix}\) -3 & 4 \\ 2 & 8 \(\end{matrix}\) \(\right\)]

Verified step by step guidance
1
Identify the two 2x2 matrices given in the problem. Let's call the first matrix \( A = \begin{bmatrix} a & b \\ c & d \end{bmatrix} \) and the second matrix \( B = \begin{bmatrix} e & f \\ g & h \end{bmatrix} \).
Determine the operation to perform between the two matrices. Common operations include addition, subtraction, and multiplication. Confirm which operation is requested.
If the operation is addition or subtraction, add or subtract the corresponding elements of the matrices: \( A \pm B = \begin{bmatrix} a \pm e & b \pm f \\ c \pm g & d \pm h \end{bmatrix} \).
If the operation is multiplication, multiply the matrices using the rule for matrix multiplication: \( (AB)_{ij} = \sum_{k=1}^2 A_{ik} B_{kj} \). Specifically, calculate each element of the product matrix as follows:
\( \begin{bmatrix} a \times e + b \times g & a \times f + b \times h \\ c \times e + d \times g & c \times f + d \times h \end{bmatrix} \).

Verified video answer for a similar problem:

This video solution was recommended by our tutors as helpful for the problem above.
Video duration:
4m
Was this helpful?

Key Concepts

Here are the essential concepts you must grasp in order to answer the question correctly.

Matrix Dimensions and Compatibility

Understanding the size of matrices (rows × columns) is essential to determine if operations like addition, subtraction, or multiplication are possible. For addition and subtraction, matrices must have identical dimensions. For multiplication, the number of columns in the first matrix must equal the number of rows in the second.
Recommended video:
Guided course
4:35
Introduction to Matrices

Matrix Addition and Subtraction

Matrix addition and subtraction involve combining corresponding elements from two matrices of the same size. Each element in the resulting matrix is the sum or difference of elements in the same position from the original matrices.
Recommended video:
03:18
Adding and Subtracting Complex Numbers

Matrix Multiplication

Matrix multiplication involves taking the dot product of rows from the first matrix with columns from the second. The resulting matrix has dimensions equal to the number of rows of the first matrix and columns of the second. This operation is not element-wise and requires compatible dimensions.
Recommended video:
03:42
Finding Zeros & Their Multiplicity