Solve for X in the matrix equation 3X+A = B where
Table of contents
- 0. Review of Algebra4h 18m
- 1. Equations & Inequalities3h 18m
- 2. Graphs of Equations1h 43m
- 3. Functions2h 17m
- 4. Polynomial Functions1h 44m
- 5. Rational Functions1h 23m
- 6. Exponential & Logarithmic Functions2h 28m
- 7. Systems of Equations & Matrices4h 5m
- 8. Conic Sections2h 23m
- 9. Sequences, Series, & Induction1h 22m
- 10. Combinatorics & Probability1h 45m
7. Systems of Equations & Matrices
Introduction to Matrices
Problem 29ab
Textbook Question
In Exercises 27 - 36, find (if possible) the following matrices: a. AB b. BA 1 2 A = [1 2 3 4], B = 3 4

Verified step by step guidance1
Step 1: Identify the dimensions of matrices A and B. Matrix A is a 1x4 matrix (1 row, 4 columns), and matrix B is a 4x1 matrix (4 rows, 1 column).
Step 2: To find the product AB, check if the number of columns in A equals the number of rows in B. Since A is 1x4 and B is 4x1, multiplication AB is possible.
Step 3: Multiply A and B by taking the dot product of the single row of A with the single column of B. This results in a 1x1 matrix (a scalar). The formula is: .
Step 4: To find the product BA, check if the number of columns in B equals the number of rows in A. B is 4x1 and A is 1x4, so multiplication BA is possible.
Step 5: Multiply B and A by taking the outer product of the 4x1 matrix B and the 1x4 matrix A. This results in a 4x4 matrix where each element is the product of the corresponding elements from B and A.
Verified video answer for a similar problem:This video solution was recommended by our tutors as helpful for the problem above
Video duration:
3mPlay a video:
Was this helpful?
Key Concepts
Here are the essential concepts you must grasp in order to answer the question correctly.
Matrix Multiplication
Matrix multiplication involves multiplying rows of the first matrix by columns of the second matrix and summing the products. The number of columns in the first matrix must equal the number of rows in the second matrix for the product to be defined.
Recommended video:
Finding Zeros & Their Multiplicity
Matrix Dimensions and Compatibility
The dimensions of a matrix are given as rows × columns. For two matrices A and B, the product AB is defined only if the number of columns in A equals the number of rows in B. This concept determines whether AB or BA can be computed.
Recommended video:
Guided course
Introduction to Matrices
Row and Column Vectors
A row vector is a 1 × n matrix, and a column vector is an n × 1 matrix. Multiplying a row vector by a column vector results in a scalar, while multiplying a column vector by a row vector results in a matrix. Understanding this helps in computing AB and BA.
Recommended video:
Guided course
Performing Row Operations on Matrices
Watch next
Master Introduction to Matrices with a bite sized video explanation from Patrick
Start learningRelated Videos
Related Practice
Textbook Question
959
views
