Matrices
1. Check this before you revise anything
Exercise 3.4 has exactly one question in the current book — not the eighteen-question elementary-operations drill older material remembers. Section 3.7 (Invertible Matrices) now contains only a definition, a proof that an inverse is unique when it exists, and a proof that . It never shows how to compute an inverse.
There is no "elementary row/column operations" section anywhere in this chapter any more — confirmed by reading straight through from the definition of invertibility to the Miscellaneous Examples, with nothing about row-reducing in between.
The old stub taught that removed method as a full section, framing "finding the inverse using elementary operations" as one of the chapter's main skills. It isn't taught here at all in the current edition — computing an actual inverse is Chapter 4's job, via the adjoint of a matrix. This chapter only covers existence and uniqueness of the inverse, never its computation.
The old stub also collapsed all four real exercises into one invented 30-question group. The book actually has Exercise 3.1 (10 questions, notation and order), Exercise 3.2 (22 questions, the arithmetic — addition, scalar multiplication, multiplication), Exercise 3.3 (12 questions, transpose and symmetric/skew-symmetric matrices), Exercise 3.4 (1 question), and a Miscellaneous Exercise (11 questions) — 56 questions in total.
2. What this chapter covers
| Textbook section | Topic |
|---|---|
| 3.2–3.3 | Matrix notation, order, types (square, diagonal, scalar, identity, zero), equality |
| 3.4 | Addition, scalar multiplication, and multiplication of matrices |
| 3.5–3.6 | Transpose; symmetric and skew-symmetric matrices |
| 3.7 | Invertible matrices — existence and uniqueness only, not computation |
3. Matrix arithmetic
A matrix of order has rows and columns. Two matrices can only be added if they share the same order — add entry by entry. Multiplication is stricter still: is only defined when the inner dimensions match, and the result is .
Matrix multiplication is not commutative — in general, and one side may not even be defined when the other is. It's worth internalising with a concrete pair rather than just the rule: for and , while — visibly different matrices, not just different-looking arithmetic.
Types of matrices (3.3). The named types recur constantly in later proofs, so they are worth fixing early.
| Type | Condition |
|---|---|
| Row matrix | Exactly one row, order |
| Column matrix | Exactly one column, order |
| Square matrix | |
| Diagonal matrix | Square, with every non-diagonal entry zero |
| Scalar matrix | Diagonal, with all diagonal entries equal |
| Identity matrix | Scalar, with every diagonal entry |
| Zero matrix | Every entry zero |
Equality of matrices (3.3.1). Two matrices are equal only when they have the same order and every corresponding pair of entries agrees. This is what turns a matrix equation into a system of simultaneous scalar equations, which is how most Exercise 3.1 and 3.2 questions are solved.
How the product is actually formed (3.4.5). The entry in row , column of is the dot product of row of with column of :
This is why the inner dimensions must agree — the row and the column being paired must have the same length.
Properties that do hold (3.4.3, 3.4.4, 3.4.6). Addition is commutative and associative, with as identity and as inverse. Scalar multiplication distributes both ways: and .
Multiplication, despite failing commutativity, is associative, , and distributive over addition, . The identity satisfies .
Two failures that have no scalar analogue. First, does not imply or — a product of two non-zero matrices can be the zero matrix. Second, cancellation fails: with does not give .
Both catch students who carry scalar habits into matrix algebra, and both appear as explicit exercise questions.
4. Transpose, symmetric, and skew-symmetric matrices
The transpose (or ) swaps rows and columns. Two properties carry the most weight in proofs: , and — the order reverses.
A square matrix is symmetric if , and skew-symmetric if (which forces every diagonal entry to be zero, since only when ).
Every square matrix splits into a symmetric part and a skew-symmetric part:
Further transpose properties (3.5.1). Alongside and , the book records for a scalar , and . Only the product rule reverses the order; addition and scalar multiplication pass through unchanged.
The reversal in extends to longer products: .
This is not just an identity to memorise — it's the standard technique for an entire class of exercise questions ("express this matrix as the sum of a symmetric and a skew-symmetric matrix"), and it works because (unchanged under transpose, hence symmetric), while (negated under transpose, hence skew-symmetric).
The decomposition is unique, which is why the question always has exactly one correct answer. Note also that for a skew-symmetric matrix the zero diagonal is forced, not optional — so a skew-symmetric matrix of odd order always has determinant zero, a fact Chapter 4 uses.
A worked check. For , the transpose is . Then , which is symmetric, and , which is skew-symmetric with a zero diagonal as required. Adding them returns .
5. Invertible matrices
A square matrix of order is invertible if there exists a square matrix of the same order with ; is called . Two facts the book proves formally:
- The inverse, if it exists, is unique. (If and were both inverses of , then .)
- , for invertible of the same order.
Only square matrices can be invertible — for and to both be defined and equal, and must be square matrices of the same order.
What this chapter deliberately does not do. It proves the inverse is unique and states how inverses interact with products, but it never computes one. There is no elementary-row-operations method and no adjoint formula here. Actually finding belongs to Chapter 4, which builds it from the determinant and the adjoint.
So a question in this chapter asking you to "show is the inverse of " is answered by multiplying the two matrices and checking both products equal — not by computing an inverse from scratch.
The transpose of an inverse satisfies , so transposing and inverting can be done in either order.
Summary
- Addition needs matching order; multiplication needs matching inner dimensions; multiplication is not commutative.
- ; (order reverses).
- Symmetric: . Skew-symmetric: , forcing a zero diagonal.
- Every square matrix decomposes as , the symmetric part plus the skew-symmetric part.
- An inverse, when it exists, is unique; .
- Equality of matrices requires the same order and every corresponding entry equal — this is what converts a matrix equation into simultaneous scalar equations.
- is row of dotted with column of , which is why the inner dimensions must agree.
- Matrix multiplication is associative and distributive, and — it fails only commutativity.
- does not imply or , and with does not imply ; both scalar habits break here.
- and pass through unchanged; only the product reverses, .
- The symmetric/skew-symmetric decomposition is unique, and a skew-symmetric matrix always has a zero diagonal.
- — transposing and inverting commute.
- This chapter proves an inverse is unique but never computes one — no elementary-operations method appears here. Computing an actual inverse (via the adjoint) is Chapter 4's content, not this chapter's.
