Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
documentation:language_reference:objects:matrix:functions:tridiagonalize [2024/12/12 18:33] – Maurits W. Haverkort | documentation:language_reference:objects:matrix:functions:tridiagonalize [2024/12/12 18:33] (current) – Maurits W. Haverkort | ||
---|---|---|---|
Line 4: | Line 4: | ||
### | ### | ||
Matrix.Tridiagonalize(M) returns the matrix in triple-diagonal form. The first element returned is a try-diagonal response function representing the matrix. The second element returned is a matrix that represents the unitary matrix that transforms the Hermitian matrix M to try-diagonal form. Possible options include | Matrix.Tridiagonalize(M) returns the matrix in triple-diagonal form. The first element returned is a try-diagonal response function representing the matrix. The second element returned is a matrix that represents the unitary matrix that transforms the Hermitian matrix M to try-diagonal form. Possible options include | ||
+ | ### | ||
* BlockSize | * BlockSize | ||
* NTri - the maximal number of tridiagonal blocks | * NTri - the maximal number of tridiagonal blocks | ||
* SingularValue | * SingularValue | ||
- | ### | + | |
===== Example ===== | ===== Example ===== |