Essay record
Calculus: Compute a Schur Factorization of the Matrix
- Record
- Essay / / 1 min read / 70 words
- Tags
- Unfiled
DISCLOSURE: Some links may be affiliate links. Details
**Compute a Schur Factorization of the matrix A = **
| -3 | 4 |
| -6 | 7 |
By normalizing this eigenvector, we get U1 = (1/sqrt(2))(1,1)
From U1, we get U2 = vector perpendicular to U1 = (1/sqrt(2))(-1,1)
Q = (U1, U2) =
| 1/sqrt(2) | -1/sqrt(2) |
| 1/sqrt(2) | 1/sqrt(2) |
| 1/sqrt(2) | 1/sqrt(2) |
| -1/sqrt(2) | 1/sqrt(2) |
**T = **
| 1 | 10 |
| 0 | 3 |
| 1/sqrt(2) | -1/sqrt(2) |
| 1/sqrt(2) | 1/sqrt(2) |