1

As example let A be upper triangular in form such that the lower entries are zero and the upper entries which lie above the diagonal are nonzero above the diagonal which is also not zero. What is the LU decomposition of such one?

1 Answers1

3

If $A$ is upper triangular, then $L=I$ and $U=A$ is a trivial $LU$ decomposition of $A$.

parsiad
  • 25,154