Advertisements
Advertisements
Question
Given an example of
a triangular matrix
Advertisements
Solution
`[[1 2 3],[0 5 4],[0 0 6]]`
Here, all elements below the main diagonal in upper triangular matrix are zero.
`[[1 0 0],[2 6 0],[3 4 5]]`
Here, all elements above the main diagonal in lower triangular matrix are zero.
shaalaa.com
Is there an error in this question or solution?
