100 views
3 votes
3 votes
Which of the following statements are true?
  1. There exists a $3 \times 3$ matrix $A$ and vectors $b, c \in \mathbb{R}^{3}$ such that the linear system $A x=b$ has a unique solution but $A x=c$ has infinitely many solutions.
  2. If $\left\{v_{1}, v_{2}, v_{3}\right\}$ is a basis for $\mathbb{R}^{3}$ then so is $\left\{v_{1}, v_{2}, v_{1}+v_{2}+v_{3}\right\}$.
  3. If $W$ is a subset of $\mathbb{R}^{3}$ that contains $\underline{0}$ and satisfies $v+w \in W$ for every $v, w \in W$, then $W$ is a subspace of $\mathbb{R}^{3}$.
  4. If $A$ and $B$ are $n \times n$ matrices, both of rank $n$, then the column space of $A$ is equal to the column space of $B$.

1 Answer

1 votes
1 votes
A. False
A linear system can't have both unique and infinitely many solutions at the same time. In Ax=b and Ax=c, if c and b are linear combination of columns of A, then the systems have a solution. Unique or Infinitely many solutions is determined by the linear dependency among the columns of A. If cols of A are LD, then Infinite sols, If LI, then Unique.

B. True.
Take v1 = [1, 0, 0], v2 = [0,1,0], v3 = [0,0,1]. Then {v1, v2, v1+v2+v3} = {[1,0,0], [0,1,0], [1,1,1]}. Still it is linearly Independent which can Span R^3

C. False
W should be closure under multiplication as well.

D. True.
Let's say A and B are 3*3 Matrix. Since both matrix have full rank, i.e, 3, both Matrix span the entire R^3. So, the column spaces of A and B have same span
edited by
Answer:

Related questions

139
views
1 answers
5 votes
GO Classes asked Apr 11
139 views
Consider a $4 \times 4$ matrix $A$ and a vector $\mathbf{v} \in \mathbb{R}^{4}$ such that $A^{4} \mathbf{v}=\mathbf{0}$ ... $\mathcal{B}$ is a basis of $\mathbb{R}^{4}$.$\mathcal{B}$ is not linearly independent.
117
views
1 answers
4 votes
GO Classes asked Apr 11
117 views
Suppose $A$ is an $11 \times 5$ matrix and $T$ is the corresponding linear transformation given by the formula $T(x)=A x$. Which of the following statements are ... $\operatorname{rank}(A) \leq 4$.
183
views
1 answers
5 votes
GO Classes asked Apr 11
183 views
Suppose that $\left\{\mathbf{v}_{\mathbf{1}}, \mathbf{v}_{\mathbf{2}}, \mathbf{v}_{\mathbf{3}}\right\}$ ... is linearly independent
119
views
2 answers
5 votes
GO Classes asked Apr 11
119 views
Suppose $A$ is a $4 \times 3$ matrix and $B$ is a $3 \times 2$ matrix, and let $T$ be the matrix transformation $T(x)=A B x$. Which of the following must be ... has domain $\mathbf{R}^{2}$ and codomain $\mathbf{R}^{4}$.$T$ cannot be onto.