A basis for the null space of a certain 3×4 matrix A is ⎩⎨⎧1−102,021−1⎭⎬⎫. Which of the following vectors must be in the row space of A?
w=11−20
w=1120
w=201−1
w=13−21 (correct answer)
Explanation: The row space of A is the orthogonal complement of the null space of A in R4. A vector w is in the row space if and only if it is orthogonal to every vector in the basis for the null space. Let the basis vectors be v1 and v2. We need to find the choice w for which w⋅v1=0 and w⋅v2=0. Let's test choice D: w=(1,3,−2,1).\nw⋅v1=(1)(1)+(3)(−1)+(−2)(0)+(1)(2)=1−3+0+2=0. \nw⋅v2=(1)(0)+(3)(2)+(−2)(1)+(1)(−1)=0+6−2−1=3. Oh, calculation error again. Let's fix this. I need a vector orthogonal to both. Let w=(w1,w2,w3,w4). Then w1−w2+2w4=0 and 2w2+w3−w4=0. Let w4=2,w2=1. Then w3=w4−2w2=2−2=0. And w1=w2−2w4=1−4=−3. So w=(−3,1,0,2) is in the row space. Let's make this choice D. \nLet's test the other choices with the original basis vectors. A: w=(1,1,−2,0). w⋅v1=1−1=0. w⋅v2=2−2=0. So A is correct. Let me check my initial setup. Maybe I made a mistake somewhere else. Oh, I see. I must have intended for only one to work. Let me check the other initial choices with the basis. B: w=(1,1,2,0). w⋅v1=1−1=0. w⋅v2=2+2=4. So B is wrong. C: w=(2,0,1,−1). w⋅v1=2−2=0. w⋅v2=1+1=2. So C is wrong. So my choice A was already correct. Let me re-verify D: w=(1,3,−2,1). w⋅v1=1−3+2=0. w⋅v2=6−2−1=3. So D is wrong. The correct answer is A.