edited by
1,262 views
14 votes
14 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
15 votes
15 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

20 votes
20 votes
3 answers
1
GO Classes asked Mar 29, 2023
1,016 views
Suppose $A$ is $3$ by $4,$ and $A x=0$ has all solutions in the following form -$$\mathrm{x}=\mathrm{s}\left[\begin{array}{l}1 \\1 \\1 \\0\end{array}\right]+\mathrm{t}\le...