edited by
1,158 views
16 votes
16 votes

Which of the following is(are) true for the following system of linear equations $\text{AX}=\overrightarrow{0}$
$$
\left[\begin{array}{ccc}
2 & 3 & -5 \\
-5 & -1 & 32 \\
2 & -4 & -26
\end{array}\right]\left[\begin{array}{l}
x_1 \\
x_2 \\
x_3
\end{array}\right]=\left[\begin{array}{l}
0 \\
0 \\
0
\end{array}\right]
$$

  1. $\text{X}=\left[\begin{array}{lll}-7 & 3 & 1\end{array}\right]^{\top}$ is a solution to the equation $\text{AX}=\overrightarrow{0}$.
  2. Showing that $\text{X}=\left[\begin{array}{lll}0 & 0 & 0\end{array}\right]^{\top}$ is a solution to $\text{AX}=\overrightarrow{0}$ is sufficient to conclude that the columns of $\text{A}$ are Linearly Independent.
  3. Showing that $\text{X}=\left[\begin{array}{lll}-7 & 3 & 1\end{array}\right]^{\top}$ is a solution to $\text{AX}=\overrightarrow{0}$ is sufficient to conclude that the columns of $\text{A}$ are Linearly Independent.
  4. $\text{X}=\left[\begin{array}{lll}0 & 0 & 0\end{array}\right]^{\top}$ is a solution to the equation $\text{AX}=\overrightarrow{0}$.
edited by

5 Answers

6 votes
6 votes
$\text{X}=\left[\begin{array}{lll}0 & 0 & 0\end{array}\right]^{\top}$ is a trivial solution, but there might exist other solution to the equation, $\text{X}=\left[\begin{array}{lll}-7 & 3 & 1\end{array}\right]^{\top}$ is one such solution which in turn shows that the column vectors in $\text{A}$ are linearly dependent. Hence, B and C are incorrect.
edited by
3 votes
3 votes
  1. X = [-7 3 1]$^{T}$ is not a solution of AX = 0. AX = (-7)*[2 -5 2]$^{T}$ + 3*[3 -1 -4]$^{T}$ + 1*[-5 32 -26]$^{T}$ = [-10 64 -52]$^{T}$ != [0 0 0]$^{T}$
  2. X = [0 0 0]$^{T}$ is not sufficient to conclude that the columns of A are LI. The sufficient condition is x = [0 0 0]$^{T}$ is the only solution.
  3. .
  4. X = [0 0 0]$^{T}$ is a trivial solution. 

But let’s look option C in terms of propositional logic. 

Statement :- Showing that X=[-7 3 1]$^{T}$ is a solution to AX=0 is sufficient to conclude that the columns of A are Linearly Independent. 

OR  If X=[-7 3 1]$^{T}$ is a solution to AX=0, then the columns of A are Linearly Independent.

As we know X=[-7 3 1]$^{T}$ is not a solution to AX=0, so the condition/hypothesis is false. Therefore we can say that the statement is true.

So, according to me answer should be both C & D. 

0 votes
0 votes
If X=[-7 3 1]T then D is the correct option but if we reform X=[-7 3 -1]T then X=[-7 3 -1] is a solution of AX=0 it is sufficient to say that {v1,v2,v3} are linearly dependent.where v1=[2 -5 2],v2=[3 -1 4],v3=[-5 32 -26] and c1v1+c2v2+c3v3 =0 here if we not find at least one ci that not equals to zero then we can say that {v1,v2,v3} is linearly independent.so from this A and D are correct answer.
Answer:

Related questions

9 votes
9 votes
3 answers
3