Section 7.3 Concepts
In this section.
Question 7.3.1.
Why are these special forms important?
- For the diagonal and triangular forms, the fact that many of their entries are zero makes computing with them especially easy, whether with respect to matrix operations or with respect to solving systems.
- With regards to solving systems, any square matrix in REF (or RREF) must be upper triangular. And lower triangular is just the transposed version of upper triangular, so it seems reasonable to identify it along with the upper triangular form.
- Symmetric matrices play a special role in the geometry of the plane, of space, and of higher-dimensional βhyperspaces,β as we will see in Chapter 40 and Chapter 41.
- Finally, for each of these forms (including symmetric), you discovered in Discovery 7.1 that adding or scalar multiplying matrices of the form resulted in another matrix of the same form. This was also true for products, powers and inverses, except that a product of two symmetric matrices may not be symmetric. The fact that matrix operations on these forms produce results of the same form is an important property in more advanced abstract algebra.
Subsection 7.3.1 Algebra with scalar matrices
In Discovery 7.1, you might have noticed how certain rules of matrix algebra apply to scalar matrices:- kI+mI=(k+m)I
(Rule 2.b of Proposition 4.5.1);
- kIβmI=(kβm)I
(Rule 2.b and Rule 2.f of Proposition 4.5.1 combined);
- (kI)(mI)=(km)I
(Rule 2.c and Rule 2.d of Proposition 4.5.1 combined with Rule 2 of Proposition 5.5.1);
- (kI)p=kpI
(Rule 4.c of Proposition 4.5.1 combined with Rule 2 of Proposition 5.5.1);
- (kI)β1=kβ1I
(Rule 2 of Proposition 5.5.5 combined with Rule 3 of Proposition 5.5.1).
Subsection 7.3.2 Inverses of special forms
In Discovery 7.1.e, we examined the invertibility of these various forms of matrices. In Theorem 6.5.2 we learned that a matrix is invertible only if it can be reduced to the identity. Now, scalar matrices, diagonal matrices, and upper triangular matrices are already pretty close to being reduced, but we can see that if any of the diagonal entries of these forms of matrix is zero, then there will be no hope of getting a leading one in that column, and so we won't be able to reduce to the identity. Thus, a scalar, diagonal, or upper triangular matrix is only invertible if its diagonal entries are all nonzero. And, since the transpose of a lower triangular is upper triangular, and since taking a transpose does not affect invertibility (Proposition 5.5.8), then the same is true about lower triangular matrices. Analyzing the invertibility of symmetric matrices is a little more complicated, but in Discovery 7.1.f, we discovered that for each of these special forms (including symmetric matrices), the inverse of a matrix of that form is also of that form.Subsection 7.3.3 Decompositions using special forms
In Discovery 7.3 we discovered that an upper triangular matrix can be decomposed into a sum or a product of a diagonal matrix with a special kind of upper triangular matrix. Using the matrix from that discovery activity as an example, we have
[211031005]=[200030005]+[011001000],[211031005]=[200030005][112120113001].
The special upper triangular matrix in the product decomposition in (ββ) is called a unipotent matrix because its powers will always have that line of ones down the main diagonal. The special upper triangular matrix in the sum decomposition in (β) is called a nilpotent matrix because its powers will always have that line of zeros down the main diagonal, and in fact, just like the nilpotent matrices you analyzed in Discovery 7.4, if you raise this matrix to an exponent equal to its size you will get the zero matrix!