Definition: A subspace is a subset S of Rn satisfying (1) the zero vector is in S; (2) if u and v are in S, then u+v is in S; (3) if u is in S, then cu is in S for all c∈R.
Problem 1: Why the following sets are not subspace of R2?
S1={x≥0,y≥0},S2={xy≤0},S3={∣x∣≤1},S4={x+y≤0}.
Solution: Pick (1,1) from S1. But (−1,−1)=(−1)(1,1) is not in S1. This violates property (3). Pick (1,0),(0,1) from S2. But (1,1)=(1,0)+(0,1) is not in S2. This violates property (2). Pick (1,0) from S3. But (2,0)=2(1,0) is not in S3. This violates property (3). Pick (−1,−1) from S4. But (1,1)=(−1)(−1,−1) is not in S4. This violates property (3).
Definition: The column space of a matrix M is the subspace generated by the column vectors of M. The null space of M is the solution set of Mx=0.
Problem 2: Construct bases for the column space and the null space of A, where A=463554918−212−3 whose echelon form is given by B=100210650−5−60.
Solution: The pivot columns of A, 463,554 form a basis of the column space of A. To get the null space, we need to solve the linear system Ax=0. Using the echelon form of A, we get x2=−5x3+6x4,x1=−2x2−6x3+5x4=−2(−5x3+6x4)−6x3+5x4=4x3−7x4. In its parametric vector form, the solution set can be written as x1x2x3x4=4−510x3+4601x4. Therefore 4−510 and 4601 form a basis of the null space.
Problem 3: Find B-coordinate vector of x, where B is a subspace with basis b1=14−3,b2=−2−75, and x=29−7.
Solution: Suppose (x1,x2) is the B-coordinate vector of x. Then x1b1+x2b2=x. Solve the linear system and get (x1,x2)=(4,−1).
Problem 4: Is λ=2 an eigenvalue of A=[3328]?
Solution: Since the determinant of A−λI=[1326] is zero, A−λI is not invertible. Therefore 2 is indeed an eigenvalue of A.