Calculus: Compute a Schur Factorization of the Matrix
Date: 2013-11-12 |
DISCLOSURE: If you buy through affiliate links, I may earn a small commission. (disclosures)
**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) |
Want more like this?
The best way to support my work is to like / comment / share for the algorithm and subscribe for future updates.
