| A := | [ 1 | 2 | 3 | 4 ] |
| [ 2 | 3 | 1 | 1 ] |
| A := | [ 1 | 2 | 3 | 4 | 0 ] |
| [ 2 | 3 | 1 | 1 | 0 ] |
| A := | [ 1 | 0 | -7 | 10 | 0 ] |
| [ 0 | 1 | 5 | 7 | 0 ] |
x1 = 7r + 10s
x2 = -5r - 7s
x3 = r
x4 = s.
So the set of all vectors (x1,x2,x3,x4), which is the nullspace of A
and thus the orthogonal complement to R4, is spanned by the vectors
(7,-5,1,0) and (10,-7,0,1). These two vectors are not proportional and
thus are linearly independent (the theorem about linearly independent sets
guarantees this).
So we have a set of linearly independent vectors spanning our nullspace;
by definition, this is a basis of the nullspace, and thus of the orthogonal
complement to the subspace described above.
2. For which values of t do the following matrices form a basis of M2,2:
|
, |
|
, |
|
, |
|
|
|
|
|
| x1 * |
|
+ x2 * |
|
+ x3 * |
|
+ x4 * |
|
= |
|
|
|
|
= |
|
| B := | [ t | 1 | 1 | 1 ] |
| [ 2t | 2 | 2t | t+1 ] | |
| [ 2 | 2t | 2t | t+1 ] | |
| [ 3t | 3 | t+2 | 2t+1 ] |