Conditions
describe the column space (range) and the nullspace (kernel) of the matrices
A= 1 -1 B=0 0 0
0 0 0 0 0
Solution
In linear algebra, the column space, C(A) of a matrix (sometimes called the range of a matrix) is the set of all possible linear combinations of its column vectors. The column space of an m×n matrix is a subspace of m-dimensional Euclidean space. The dimension of the column space is called the rank of the matrix. The column space of a matrix is the image or range of the corresponding matrix transformation.
A=(10−10)
Let's consider a linear combination for A:
c1v1+c2v2
where c1,c2 are scalars. The set of all possible linear combinations of v1,v2 is called the column space of A:
c1(10)+c2(−10)=(c10)+(−c20)=(c1−c20)
In this case, the column space is precisely the set of vectors (x,0)∈R2 for all x∈R.
B:
B=(000000)
It's a zero matrix.
Let's consider a linear combination for B:
c1(00)+c2(00)+c3(00)=(00)
In this case, the column space is null vector (00).
In linear algebra, the kernel or null space (also nullspace) of a matrix A is the set of all vectors x for which Ax=0. The kernel of a matrix with n columns is a linear subspace of n-dimensional Euclidean space. The dimension of the null space of A is called the nullity of A.
A:
Ax=(10−10)(x1x2)=(x1−x20)=0x1−x2=0x1=x2
The kernel of matrix A are all vectors (x1,x2)∈R2, where x1=x2,x2∈R.
B:
Bx=(000000)(x1x2)=(00)
This means that the kernel of matrix B are all vectors (x1,x2)∈R2, or R2 itself.
Answer
C(A): (x,0)∈R2 for all x∈R
C(B) is null vector (00)
Ker(A): (x1,x2)∈R2, where x1=x2,x2∈R
Ker(B): R2