(1 point) A is an m×n matrix. Check the true statements below:


A. The column space of A is the range of the mapping x→Ax.


B. The null space of A is the solution set of the equation Ax=0.


C. Col(A) is the set of all vectors that can be written as Ax for some x.


D. The kernel of a linear transformation is a vector space.


E. The null space of an m×n matrix is in Rm.


F. If the equation Ax=b is consistent, then Col(A) is Rm.

Respuesta :

Answer:

(B), (C) and (D) are true

Step-by-step explanation:

A) The mapping [tex] x \rightarrow A_x [/tex] is the linear tranformation induced by the matrix A. The image is a vector space generated by the columns of the matrix A, and the range is the dimension of that subspace. So both concepts differ. This statement is False.

B) This statement is True by definition.

C) Col(A) is the set of vectors of R^m that are generated by the columns of A. The columns of A are obtained from multiplying A by the canonical base of [tex] R^n [/tex]. if [tex] v \in R^m [/tex] is any vector spanned by the columns of A, lets say [tex] v = c_1 A_1 + c_2 A_2 + ... + c_n A_n [/tex] , where [tex] c_i [/tex] are scalars and [tex] A_i [/tex] is the [tex] i^{th} [/tex] column of A, then Aw = v, with [tex] w = (c_1, c_2, c_3, ... , c_n) [/tex] . Reciprocally, any element of the form Ax is spanned by the columns of A. In fact, [tex] Ax = x_1 A_1 + x_2 A_2 + ... + x_n A_n [/tex] , with  [tex] x = (x_1 , x_2 , ... , x_n) [/tex] . This proves that (c) is True.

D) This is True. Let T be a linear transformation, and let [tex] \lambda \in \mathcal{R} [/tex] , [tex] v, w \in Ker(T) [/tex] . Since T is a linear transformation, it maps 0 to 0, and we have:

  1. 0 ∈ ker(T) : T(0) = 0
  2. T(v+w) = T(v) + T(w) = 0 + 0 = 0
  3. T(λv) = λT(v) = λ*0 = 0

This proves that ker(T) is a vector space, because it is a vector subspace of [tex] R^n [/tex].

E) An mxn matrix can only be multiplied (to its right) by a vector of [tex] R^n [/tex] , thus its null space lives in [tex] R^n [/tex] , not [tex] R^m [/tex]. This statement is False.

F) The equation Ax=b being consistent means that that particular element of b is on Col(A) . In order for Col(A) to be [tex] R^m [/tex] , the equation Ax = b needs to be consistent for every element [tex] b \in R^m [/tex] , not just one in particular. A matrix wiht its first column equal to b and the rest of its columns equal to 0, will satisfy that the equation Ax = b is consistent for that b, but Col(A) is <b>, and not [tex] R^m [/tex] . This shows that (F) is False.

Q&A Education