6. Given matrix A in row cchelon form (R),
find the (a) basis for row space of A and rank (A).
(b) basis for the solution space of A and nullity (A).
1 -2 0 0 3
R= 0 1 3 2 0
0 0 1 1 0
0 0 0 0 0
1
Expert's answer
2019-12-23T09:04:38-0500
5. A set S=(e1,...,en) is a basis in linear space V if for any v∈V exists a unique combination of coefficients vi,i=1..n, such that v=∑i=1nviei. Hence, it suffices to show that some vector in R3 can not be expressed as linear combination of u1,u2. Choose, for instance vector u3=u1×u2=(1,13,−19) (Geometric intuition: since u1, u2 span a plane in R3, vector u3, which is cross product of two, will be perpendicular to the plane, hence it is impossible to express it as linear combinations of them). Now, solve λ1u1+λ2u2=u3, which is ⎝⎛−132611113−19⎠⎞. Reducing the augmented matrix to RREF, obtain ⎝⎛100010001⎠⎞.
Obviously, this system has no solutions, because of the last row. Hence, S is not a basis in R3.
6.
a) Rank of the matrix is the number of non-zero rows in RREF of matrix, hence rk(A)=3.
Basis of the row space consists of three non-zero row-vectors of the RREF of the matrix: v1=(1,−2,0,0,3),v2=(0,1,3,2,0),v3=(0,0,1,1,0).
b) Since first three column vectors of RREF of the matrix are pivots, first three columns of the original matrix constitute the basis of solution space of A.
According to rank-nullity theorem, nullity(A)=5−rk(A)=5−3=2.
Comments