Picture the main diagonal as a line from the upper-left corner to the lower-right corner.
π Matrix addition is defined only for matrices of the same order and is performed by adding corresponding entries.
π Formula β For matrices A = [aα΅’β±Ό] and B = [bα΅’β±Ό] of the same order, .
π Matrix subtraction is defined only for matrices of the same order and is performed by subtracting corresponding entries.
Addition and subtraction both pair corresponding entries, but subtraction depends on operand order.
β Must-know
π Formula β For a scalar k and matrix A = [aα΅’β±Ό], .
Further detail
One scalar enters, then multiplies every matrix entry.
π The product AβΓβBβΓβ is defined when the number of columns of A equals the number of rows of B, and the result has order m Γ p.
π Matrix multiplication is not generally commutative, so AB β BA in general.
Rows of the first matrix meet columns of the second through dot products.
β Must-know
Further detail
Rows become columns, while the matrix entries themselves remain unchanged.
β Must-know
Further detail
Perform operations in order, then transpose the resulting matrix when required.
β Must-know
Matrix addition is commutative because .
Scalar multiplication is distributive over matrix addition because .
Matrix multiplication is associative and distributive because , , and .
The zero matrix is the additive identity because , and the identity matrix is the multiplicative identity because .
Further detail
π Matrix addition is associative because .
π For an invertible matrix A, its inverse satisfies , while the zero property gives .
Addition is commutative, whereas matrix multiplication is not always commutative.
Matrix Types
| Type | Defining condition | Example order or feature |
|---|---|---|
| Row matrix | One row | 1 Γ 3 |
| Column matrix | One column | 2 Γ 1 |
| Square matrix | Equal rows and columns | n Γ n |
| Zero matrix | Every entry is zero | Any dimensions |
| Identity matrix | Diagonal ones and off-diagonal zeros | Square only |
| Diagonal matrix | Off-diagonal entries are zero | Square only |
Test your knowledge on Matrix Concepts and Operations with 11 multiple-choice questions with detailed corrections.
1. What does the order of a matrix specify?
2. What is the correct definition of a matrix in mathematical terms?
Memorize the key concepts of Matrix Concepts and Operations with 11 interactive flashcards.
What is a matrix according to James Joseph Sylvester?
A rectangular array of real or complex numbers arranged in rows and columns.
Matrix Definition - Label
Rectangular array of numbers in rows and columns
How is the order of a matrix written and what do m and n represent?
The order is written m Γ n, where m is rows and n is columns.
Import your course and AI generates sheets, quizzes and flashcards in 30 seconds.
Sheet generator