758 views
0 votes
0 votes
For which numbers c is $A=LU$ impossible?

 

$\begin{bmatrix} 1 & 2 &0 \\ 3 & c &1 \\ 0 &1 &1 \end{bmatrix}$

1 Answer

0 votes
0 votes
$\begin{bmatrix} 1 & 2 &0 \\ 3 & c &1 \\ 0 &1 &1 \end{bmatrix}$

$=\begin{bmatrix} 1 & 0 & 0\\ l_{21}& 1 &0 \\ l_{31}& l_{32} & 1 \end{bmatrix}$.$\begin{bmatrix} u_{11} & u_{12} & u_{13}\\ 0& u_{22} &u_{23} \\ 0& 0 & u_{33} \end{bmatrix}$

$u_{11}=1$

$u_{12}=2$

$u_{13}=0$

$u_{21}=3$

$u_{22}=c-6$

$u_{23}=1$

$l_{31}=0$

$l_{32}=\frac{1}{c-6}$

$u_{33}=1-\frac{1}{c-6}$

So, Now lower triangular matrix is

$=\begin{bmatrix} 1 & 0 & 0\\ 3& 1 &0 \\ 0& \frac{1}{c-6}& 1 \end{bmatrix}$

And upper triangular matrix

$\begin{bmatrix} 1 & 2 & 0\\ 0& c-6 &1 \\ 0& 0 & 1-\frac{1}{c-6} \end{bmatrix}$

So, denominator cannot be $0$, So, c cannot be $6$

Related questions

0 votes
0 votes
1 answer
1
harshrajhrj asked 16 hours ago
14 views
Given, that the eigen values of a 2 x 2 matrix are -1,1 and its singular values are 1,0. What is the rank of the matrix?a) rank is 0b) rank is 1c) Such a matrix can't exi...
0 votes
0 votes
1 answer
2
harshrajhrj asked 16 hours ago
33 views
If the determinant and sum of eigen values of a 2 x 2 matrix are -1 and 0 then, what can you say about the rank of the given matrix?a) rank is 0b) rank is 1c) Insufficien...