schur
schur(A)
Performs a real Schur decomposition of the real matrix A = UTU'
Try it yourself:
$1 | schur([[1, 0], [-4, 3]])
| |
$2 | A = [[1, 0], [-4, 3]]
| |
$3 | schur(A)
|
Performs a real Schur decomposition of the real matrix A = UTU'
Try it yourself:
$1 | schur([[1, 0], [-4, 3]])
| |
$2 | A = [[1, 0], [-4, 3]]
| |
$3 | schur(A)
|