81 views
1 votes
1 votes
Consider a linear system $A \mathbf{x}=\mathbf{b}$, where $A$ is a $3 \times 4$ matrix with $\operatorname{Rank}(A)=2$.
How many solutions does this system have if $(i) \operatorname{Rank}([A \mid \mathbf{b}])=2$, (ii) $\operatorname{Rank}([A \mid \mathbf{b}])=3$ respectively?
  1. (i) no solution, (ii) infinitely many solutions.
  2. (i) no solution, (ii) unique solution.
  3. (i) infinitely many solutions, (ii) no solution.
  4. (i) infinitely many solutions, (ii) unique solution.

1 Answer

1 votes
1 votes

A matrix is 3x4 and has rank = 2. So, nullity = 4 - 2 = 2

Therfore A matrix will be like this:
$\begin{bmatrix} * & * & * & * \\ 0 & * & * & * \\ 0 & 0 & 0 & 0 \end{bmatrix}$


(i) Rank [A | b] = 2

It's in this form, where * is non-zero value
$\begin{bmatrix} * & * & * & *| &* \\ 0 & * & * & * |& * \\ 0 & 0 & 0 & 0 |& 0 \end{bmatrix}$

It's obvious from the matrix form is that Ax = b will have infinite solution since it has 2 nullity and no solution does not exist

Since it has 2 free variables, therefore Infinite solution exist


(ii) Rank [A | b] = 3

Matrix will be like this:

$\begin{bmatrix} * & * & * & *| &* \\ 0 & * & * & * |& * \\ 0 & 0 & 0 & 0 |& * \end{bmatrix}$

We can see from the form, that this pattern [0 0 0 | non-zero] exist which does not have any solution

Therefore no solution is there for this case

Answer:

Related questions

3 votes
3 votes
1 answer
2
2 votes
2 votes
1 answer
3
GO Classes asked Apr 11
77 views
Suppose that $a \neq 0$ and $a \neq b$. Which equation below is the equation relating $a, b$ and $c$ so that the vectors$$\left[\begin{array}{l}1 \\1 \\a\end{array}\right...