v1 · padrão canônico
Lesson 33 — Transpose, Identity, Inverse Matrix
The transpose mirrors the matrix. The inverse undoes multiplication — exists only when the determinant is non-zero.
Used in: 1.º ano do EM (16 anos) · Math I japonês cap. matrizes · Klasse 11 alemã Lineare Algebra
Choose your door
Rigorous notation, full derivation, hypotheses
Transpose and inverse
Transpose
. Rows are swapped for columns. Properties:
| Property | Formula |
|---|---|
| Involution | |
| Sum | |
| Scalar | |
| Product | (reverses order) |
| Inverse-transpose |
Symmetric matrix: . Orthogonal matrix: ⟺ .
Identity
: square matrix with 1's on the diagonal and 0 off. For every :
Inverse
is invertible (non-singular) if there exists such that . Equivalence theorem — for square , the following are equivalent:
- is invertible.
- .
- has only .
- The columns of are linearly independent.
- The rows of are linearly independent.
- has full rank: .
- is a product of elementary matrices.
2x2 inverse
(Valid if .)
Inverse properties
- (reverses order!)
Computation via Gauss-Jordan
Form → row-reduce until . Cost .
Exercise list
48 exercises · 12 with worked solution (25%)
Application 30Understanding 8Modeling 6Challenge 3Proof 1
- Ex. 33.1ApplicationAnswer keyTranspose of . (Ans: .)
- Ex. 33.2ApplicationTranspose of .
- Ex. 33.3ApplicationAnswer keyInverse of . (Ans: .)
- Ex. 33.4ApplicationInverse of .
- Ex. 33.5ApplicationInverse of .
- Ex. 33.6ApplicationDoes have an inverse? Justify. (Ans: no, .)
- Ex. 33.7ApplicationAnswer keyVerify that for .
- Ex. 33.8ApplicationInverse of . (Ans: rotation by .)
- Ex. 33.9ApplicationSolve via the inverse: , .
- Ex. 33.10ApplicationAnswer keyVerify whether is symmetric. (Ans: no — .)
- Ex. 33.11ApplicationVerify for and .
- Ex. 33.12ApplicationFor which does the matrix fail to have an inverse? (Ans: .)
- Ex. 33.13ApplicationInverse of .
- Ex. 33.14ApplicationNumerically show that is symmetric for .
- Ex. 33.15ApplicationNumerically show that is skew-symmetric.
- Ex. 33.16ApplicationAnswer key— verify for .
- Ex. 33.17ApplicationFor which diagonal is invertible? (Ans: .)
- Ex. 33.18ApplicationInverse of (triangular, ).
- Ex. 33.19Application. Compute and .
- Ex. 33.20ApplicationAnswer keyDecompose as symmetric + skew-symmetric.
- Ex. 33.21ApplicationCompute of (diagonal).
- Ex. 33.22ApplicationCompute of (triangular).
- Ex. 33.23ApplicationApply Gauss-Jordan to for .
- Ex. 33.24ApplicationVerify that has an inverse (compute ).
- Ex. 33.25ApplicationSolve with , , via .
- Ex. 33.26ApplicationInverse of the permutation matrix . (Ans: .)
- Ex. 33.27ApplicationCompute for .
- Ex. 33.28ApplicationAnswer keyUse to solve .
- Ex. 33.29ApplicationAnswer keyVerify that if , then (orthogonal matrix).
- Ex. 33.30ApplicationVerify whether is orthogonal.
- Ex. 33.31UnderstandingShow that if is symmetric and invertible, is also symmetric.
- Ex. 33.32UnderstandingAnswer keyShow that if , then .
- Ex. 33.33UnderstandingShow that an orthogonal matrix () has .
- Ex. 33.34UnderstandingShow that if invertible, is invertible.
- Ex. 33.35UnderstandingShow that .
- Ex. 33.36UnderstandingShow that if is invertible triangular, is also triangular of the same type.
- Ex. 33.37UnderstandingAnswer keyShow that the product of orthogonal matrices is orthogonal.
- Ex. 33.38UnderstandingShow that .
- Ex. 33.39ModelingUse the inverse to solve: .
- Ex. 33.40ModelingIn matrix cryptography (Hill cipher), encrypt the message as a vector via . Decrypt = . Model with .
- Ex. 33.41ModelingAnswer keyIn CG, the inverse transformation is fundamental: applying a transformation to the camera is applying the inverse to objects. Explain why.
- Ex. 33.42ModelingIn economics, the Leontief matrix relates production to demand. Solution: . For , , compute .
- Ex. 33.43ModelingIdentify whether is upper-triangular. Is the inverse also upper-triangular?
- Ex. 33.44ModelingIn statistics, regression . Why is row reduction preferable to direct inversion?
- Ex. 33.45ChallengeFind a matrix with but . (Hint: rotation by .)
- Ex. 33.46ChallengeAnswer keyShow that if for , then (non-trivial).
- Ex. 33.47ChallengeCompute for with and (Sherman-Morrison).
- Ex. 33.48ProofProve via .
Sources
- Linear Algebra Done Right — Sheldon Axler · 2024, 4th ed · EN · CC-BY-NC · ch. 3, 7. Primary source.
- A First Course in Linear Algebra — Robert A. Beezer · 2022 · EN · GFDL · ch. MISLE.
- Álgebra linear — Wikibooks · alive · PT-BR · CC-BY-SA.