ECON 1540 Matrix Inverse and Quadratic Formula P2
ECON 1540 Matrix Inverse and Quadratic Formula P2
−1 −1
For a non-zero real number α, there is a unique scalar α such that αα = 1
We ask if a similar inverse object exists for all matrices.
If A is n*n and I is the identity, we say X is an inverse of A if AX = XA = I.
Let
Step 2: Compute and Check the Determinant
det(A) = ad − bc
If det(A) = 0, the inverse does not exist.
Step 3: Apply the Formula
If det(A) != 0,
Interpretation
Swap the diagonal entries a and d.
Change the signs of the off-diagonal entries, b and c.
Divide each element by ad − bc.
Properties of Inverses
−1 −1
(𝐴 ) =𝐴
−1 −1 −1
(𝐴𝐵) =𝐵 𝐴
−1 −1
(𝐴') = (𝐴 )'
−1 1 −1
(α𝐴) = α
𝐴 (α ≠ 0)
For larger n*n matrices, computing the inverse by hand is tedious. Computers do this
−1 1
quickly, but there’s a general formula: 𝐴 = |𝐴|
𝑎𝑑𝑗[𝐴]
−1 −1 −1 −1 '
𝑋'𝑦 = (𝑋'𝑋)𝑏 ⇒ (𝑋'𝑋) 𝑋'𝑦 = (𝑋'𝑋) (𝑋'𝑋)𝑏 ⇒ (𝑋'𝑋) 𝑋'𝑦 = 𝐼𝑘𝑏 ⇒ (𝑋'𝑋) 𝑋 𝑦 = 𝑏𝑂𝐿𝑆
Perform row operations until the left side becomes the identity.
Row operations on [A|I] track how A becomes I.
−1
Analogy: Solve AX = I for X where 𝑋 = 𝐴
Form the Augmented Matrix
In economics, optimization problems include cost and utility functions and analyzing
convexity and concavity.
In econometrics, variance-covariance matrices: quadratic forms arise in calculating
variances of estimators.
Hypothesis testing: Wald, LM, and LR tests involved quadratic forms.
Indefiniteness
Sylvester’s Criterion applies only to symmetric matrices.
Indefinite Matrix: A symmetric matrix is indefinite if the leading principal minors do not follow
a consistent sign pattern.