Jul 11, 2024
A
.
A
is composed of vectors.A
is the span of those vectors.A
is equal to all b
such that b = Ax
for some x
in Rn
.A
is an m
by n
matrix, the column space of A
is a subspace of Rm
.
u
is in the null space and/or column space.
A
by vector u
.u
is in the null space.A
= [ [ 2, -6, 12 ], [ -3, 9, 9 ], [ 0, 0, 1 ] ]u
= [ 3, 1, 0 ]Au
= [ 0, 0, 0 ] (u belongs to null A
).A
with u
.u
is in the column space. If inconsistent, u
is not.A
).A
:
A
such that W is equal to the column space of A
.A
= [ [4, 1, 0], [2, -1, -4] ]A
written as a vector.A
augmented with the zero vector. Identify free variables and construct a vector.A
= [ [ 1, 0, 3, 4 ], [ 0, 1, 4, -1 ], [ 0, 2, 0, 6 ] ]A
by u
and compare result with zero vector.