956 views

1 Answer

Best answer
2 votes
2 votes

NO , every matrix doesnt have an LU decomposition

An invertible matrix has LU decomposition only if all its leading submatrices have non zero determinants

For example

If u have a 3 X 3 matrix

1 X 1 should have determinant non zero

all possible 2X2 from that should have  determinant non zero

and finally the 3 X 3 matrix also should have  determinant non zero

Then LU decomposition exists

selected by

Related questions

7 votes
7 votes
1 answer
1
Lakshman Bhaiya asked Jan 13, 2018
2,190 views
In the LU decomposition of the matrix,$\begin{bmatrix} 1 &2 \\ 3 &8 \end{bmatrix}$ if the diagonal elements of $U$ are both $1$, then the trace of $L$ is$?$
1 votes
1 votes
2 answers
2
Tuhin Dutta asked Dec 10, 2017
1,942 views
Given the system of linear equations:$4y\ +\ 3z\ =\ 8\\ 2x\ -\ z\ =\ 2\\ 3x\ +\ 2y\ =\ 5$Find L & U.
1 votes
1 votes
1 answer
3
0 votes
0 votes
0 answers
4