How to get upper triangluar matrix from lower triangular matrix?

1 visualización (últimos 30 días)
gliang
gliang el 11 de Jul. de 2011
Respondida: Veera Kanmani el 20 de Abr. de 2018
If L'L = U'U, where L and U are lower and upper triangular matrices respectively, then how to get U directly from L?
P.S.: I already knew one solution is U = QR (L), but this operation need O(N^3) if L's size is N*N. I am wondering whether there is a O(N^2) operation for solving triangular matrix.

Respuestas (1)

Veera Kanmani
Veera Kanmani el 20 de Abr. de 2018
https://in.mathworks.com/matlabcentral/answers/152818-how-to-covert-a-vector-of-lower-triangular-matrix-factors-back-to-the-original-matrix

Categorías

Más información sobre Shifting and Sorting Matrices en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by