How to get upper triangluar matrix from lower triangular matrix?

조회 수: 1 (최근 30일)
gliang
gliang 2011년 7월 11일
답변: Veera Kanmani 2018년 4월 20일
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.

답변 (1개)

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

카테고리

Help CenterFile Exchange에서 Shifting and Sorting Matrices에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by