Unit four
Section 4.5
Suppose we have a matrix A_{m,n}. This acts as a function mapping \mathbb{R}^n to \mathbb{R}^m.
Note that when we multiply A^+A, we get an n\times n matrix. Lets look at what happens to each subspace under A^+A.
The Null space disapears, as A maps \text{NullSp}(A) \to 0. The row space is restored. Thus we have an interesting map
A^+A|_{\text{Row(A)}} = P_{\text{Row}(A)}
We also have
AA^A|_{\text{Col(A)}} = P_{\text{Col}(A)}
Somewhat suprisingly, (A^+)^+ = A. Every subspace of A is the same under A^T and A^+.
Section 5.1
Permutations matrices are matrices with the same columns as I. For an n\times n permutation matrix, there exists n! permutation matrices.
Half of these matrices are even. Meaning we can get to P via an even number of row exchanges on I. Half are odd.
Thus we define the determinate \det A as
\det A = \sum\limits_{\text{Even perms }P} \text{Prod}(A\colon P) - \sum\limits_{\text{Odd perms }P} \text{Prod}(A\colon P)
This is actually just the cofactor expansion formula wrote in a different way. If you multiply a single row of A by a constant \mu, then your determinate gets multiplied by \mu. If you exchange two rows of A, multiply the determinate by negative 1.
And if you add a row to another, the determinate has no change. The determinate of A^T is equal to the determinate of A. This is all the same for rows and columnss.
If A is upper triangular, then \text{Prod}(A\colon P) = 0 if P \not = I. Thus \det A = \text{Prod}(A \colon I) = \Pi of the diagonal entries.
The determinate of A is equal to
\det A = (-1)^{\# \text{ of row exhchanges}} \cdot \text{Product of pivots}
Thus the determinate of ZA is simply the product of the operations of Z on A.