edited by
355 views
3 votes
3 votes

$P:$ The matrix $\begin{bmatrix} 0 & 4\\
0 & 5 \end{bmatrix}$ has infinitely many $LU$ factorizations, where $L$ is lower triangular and $U$ is upper triangular with each diagonal entry $1$.
$Q:$ The matrix $\begin{bmatrix} 5 & 4\\
0 & 0 \end{bmatrix}$ has no $LU$ factorization, where $L$ is lower triangular and $U$ is upper triangular with each diagonal entry $1$.
For the given statements $P$ and $Q,$

  1. $P$ is true and $Q$ is false
  2. Both $P$ and $Q$ are true
  3. $P$ is false and $Q$ is true
  4. Both $P$ and $Q$ are false
edited by

1 Answer

3 votes
3 votes

Any square matrix $A$ admits $LUP$ and $PLU$ factorizations. If $A$ is invertible, then it admits an $LU \;\text{(or)}\; LDU)$ factorization if and only if all its leading principal minors are nonzero. 

$\textbf{(or)}$

An invertible matrix $A$ has an $LU$ decomposition provided that all its leading submatrices have non-zero determinants. The $k^{\text{th}}$ leading submatrix of $A$ is denoted $A_{k}$ and is the $k \times k$ matrix found by looking only at the top $k$ rows and leftmost $k$ columns.

If a square, invertible matrix has an $LDU$ (factorization with all diagonal entries of $L$ and $U$ equal to $1$), then the factorization is unique. In that case, the $LU$ factorization is also unique if we require that the diagonal of $L\; \text{(or)}\;U $ consists of ones.

If $A$ is a singular matrix of rank $k$, then it admits an $LU$ factorization if the first $k$ leading principal minors are nonzero, although the converse is not true.

 Matrix $A_{k \times k}$ has $LU$ factorization if: $$\mathsf Rank(A_{11})+k\geq   Rank\left(\begin{bmatrix}
    A_{11}       & A_{12} 
\end{bmatrix}\right) +Rank\left(\begin{bmatrix}
    A_{11}   \\ A_{21} 
\end{bmatrix}\right)$$

this must hold for each $k = 1,\dots, n − 1.$

We can also write these conditions as $\text{rank}\left(A[{1 \dots k}]\right) + k \geq  \text{rank}\left(A[{1 \dots k}, {1 \dots n}] \right)+ \text{rank}\left(A[{1\dots n}, {1 \dots k}]\right)$ for all $k = 1, \dots , n.$

$P:$ Let $A=\begin{bmatrix} 0&4 \\0 & 5\end{bmatrix} \implies \det(A) = 0\quad \text{(Singular matrix)}$

Here, $\text{rank}(A) = 1,$ and first leading principal minor are $0.$

Hence, LU-factorization is not possible.

$Q:$ Let $B=\begin{bmatrix} 5&4 \\0 & 0\end{bmatrix} \implies \det(B) = 0 \quad \text{(Singular matrix)}$

Here, $\text{rank}(B) = 1,$ and first leading principal minor are $5.$

Hence, $LU$-factorization is possible.

$\therefore$ Both $P$ and $Q$ are false.

So, the correct answer is $(D).$

Reference: 

edited by
Answer:

Related questions

7 votes
7 votes
1 answer
1
1 votes
1 votes
1 answer
2
gatecse asked Oct 30, 2020
206 views
In the LU decomposition of the matrix $\begin{bmatrix}3 & 5\\ 6 & 8\end{bmatrix}$, if the diagonal elements of $U$ are both $1$, then the lower diagonal entry $l_{22}$ of...
1 votes
1 votes
1 answer
3
gatecse asked Oct 30, 2020
208 views
Let $P = [p_{ij}],$ where $1 \leq i,j \leq n$ is defined by $p_{ij} = i\times j, \forall i,j$ with $n 2.$ The rank of $P$ is _______
1 votes
1 votes
1 answer
4
gatecse asked Oct 30, 2020
167 views
The rank of the matrix $A = \begin{bmatrix}1 & 0 & 2 & 1\\0 & 2 & 4 & 2\\0 & 2 & 2 & 1\end{bmatrix}$ is ________