High School Mathematics Extensions/Matrices/Project/Elementary Matrices

From testwiki
Revision as of 11:50, 20 August 2017 by imported>Strange quark (Fix categorization)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Template:High School Mathematics Extensions/Matrices/TOC

Project -- Elementary matrices

Throughout, A=(abcd)

1. The matrices below are called elementary matrices. How are the matrices below different from the identity matrix I, describe each one.

  • (0110)
  • (1f01) where f is a scalar
  • (10f1) where f is a scalar
  • (f001) where f is a scalar
  • (100f) where f is a scalar

2. In each of the cases, compute B then describe how is B different from A

  • B=(0110)A
  • B=(1f01)A where f is a scalar
  • B=(10f1)A where f is a scalar
  • B=(f001)A where f is a scalar
  • B=(100f)A where f is a scalar

3. The matrix (1243) has determinant not equal to zero. We can decompose the matrix into products of elementary matrices pre-multiplying the identity:

(1243)=(0110)(1301)(1011)(1005)(1301)(1001)

Now suppose det(A) ≠ 0, can A be expressed as the product of elementary matrices and the identity?

4. a) Show that every elementary matrix has an inverse. Hint: use determinant.

b) Prove that every invertible matrix (a matrix that has an inverse) is the product of some elementary matrices pre-multiplying the identity.

5. A transpose of a matrix C is the matrix CT where the ith row of C is the ith column of CT. Prove using elementary matrices that

(DE)T=ETDT

for arbitrary matrices D and E.

6. Show that every invertible matrix is also the product of some elementary matrices post-multiplying the identity.

7. How about non-invertible matrices? What can you say about them?

Template:BookCat