edited by
1,391 views
16 votes
16 votes

Which of the following is/are TRUE?

  1. If the echelon form of an $m \times n$ matrix has a pivot in every column then $n \geq m$
  2. If the echelon form of an $m \times n$ matrix $A$ has a pivot in every row, then the matrix equation $A\left[\begin{array}{c}x_1 \\ \vdots \\ x_n\end{array}\right]=\vec{b}$ is consistent for every $\vec{b} \in \mathbb{R}^m$.
  3. A system of $25$ linear equations in $13$ unknowns always has at least one solution.
  4. If a system of $25$ linear equations in $13$ unknowns has at least one solution then it has infinitely many solutions.
edited by

3 Answers

Best answer
18 votes
18 votes

option b is correct one 

selected by
6 votes
6 votes

Option A: Lets have a echelon matrix A which 2x3 (n > m)

$$\begin{bmatrix} a & b & c\\ 0 & e & f \end{bmatrix}$$
In this example, c1 and c2 are pivot variables. We can see that c3 is a free variable,
that is, when n>m, not all the columns can become pivot variables.

Therefore, A is False.

Option B: Consistent means that the equation has atleast one solution for all b.
In other words, it means that the solutions exists for all b.

Now, the condition for No solution is that for an Augmented Matrix [ A | b ]
If any row of the matrix looks like this:

$$\begin{bmatrix} 0 & 0 & x \end{bmatrix}$$
where x != 0

But in the options, it has been given that every row has a pivot. In other words, every row has a non-zero variable.
Therefore, the condition for No solutions fails and the equation is consistent. 

B is True.

Option C: The matrix it is talking about is A which is 25 x 13, that is m = 25 and n = 13.

Since, it has only 13 variables, that means only 13 pivots are possible.
25-13 = 12 rows have to be 0 in echelon form.
but it's not given that b in (Ax = b), will be zero or not.
So, whether the solution exists or not, will depend on b for that row.

If b != 0, then it will satisfy the No solution condition otherwise it will not.

Option C is False.

Option D: For the same matrix in Option C. Now, it has been given that atleast one solutions exists for all b.
So, b = 0 for the rows which are 0 in echelon form. 

For the solution to be infinite, there has to be a free variable in row echelon form, but since the matrix has 25 rows and only 13 columns. Therefore, all the 13 columns (or variables) will become pivot and no free variables will be there. 
Therefore, the solution will be unique if it exists. 

D is False


 

3 votes
3 votes

@ sir for option A even though pivot in every column there we can still have more rows right

for eg

1 2 1

0 1 0

0 0 4

0 0 0

sir here m>n and every col have pivots .

Please correct me if i am wrong

reshown by
Answer:

Related questions

1.1k
views
3 answers
21 votes
GO Classes asked Mar 29, 2023
1,095 views
Suppose $A$ is $3$ by $4,$ and $A x=0$ ... $a, b, c,$ and $d?$a=-1$b=2$c=-1$d=1$
1.1k
views
3 answers
13 votes
GO Classes asked Mar 29, 2023
1,122 views
Consider a matrix $A$ of dimension $m \times n$ such that -$A x=\left[\begin{array}{l}1 \\ 1 \\ 1\end{array}\right]$ ... $m=3$n=1$\operatorname{Rank}(A)=1$
1.9k
views
3 answers
29 votes
GO Classes asked Mar 29, 2023
1,877 views
Let $A$ be an $m \times n$-matrix. Consider the system of linear equations $A X=b$, which of the following statement is always true:Suppose $m>n$ then rank ... unique solution.If $A X=b$ has a unique solution then $A$ has to be invertible.
1.4k
views
3 answers
16 votes
GO Classes asked Mar 29, 2023
1,355 views
Given a matrix $A\left(m \times n\right)$ and $A x=b$. Consider below statements :$\text{S}: m<n$\mathrm{P}:\; A$ has $ ... \text{S} \rightarrow \sim \text{P}$(S$ and $\text{P}) \rightarrow \text{R}$