Coordinates Math 130 Linear Algebra
Coordinates Math 130 Linear Algebra
an isomorphism.
Although an isomorphism doesn’t mean that V
is identical to F n , it does mean that coordinates
work exactly the same.
One place where this can be confusing is when
Coordinates V is F n , but the basis β is not the standard ba-
Math 130 Linear Algebra sis. Having two bases for the same vector space is
D Joyce, Fall 2015 confusing, but sometimes useful.
1
Whereas T describes the linear transformation where a linear transformation T corresponds to the
V → W without mentioning the bases or coor- matrix A = [T ]γβ . The entries Aij of A describe how
dinates, T 0 describes the linear transformation in to express T evaluated at the β-basis vector bj as
terms of coordinates. We used those coordinates to a linear combination of the γ-basis vectors.
describe the entries of the matrix A = [T ]γβ . X
(bj ) = Aij ci
The vector space of linear transformations We’ll use this bijection φγβ to define addition and
HomF (V, W ). Let’s use the notation HomF (V, W ) scalar multiplication on Mm×n , and when we do
for the set of linear transformations V → W , or that, φγβ will be an isomorphism of vector spaces.
more simply Hom(V, W ) when there’s only one field First consider addition. Given T : V → W and
under consideration. S : V → W . Let A = [T ]γβ be the standard matrix
This is actually a vector space itself. If you have for T , and let B = [S]γβ be the standard matrix for
two transformations, S : V → W and T : V → W , S. Then
X
then define their sum by T (bj ) = Aij ci , and
i
(S + T )(v) = S(v) + T (v). X
S(bj ) = Bij ci . Therefore
Check that this sum is a linear transformation by i
X
verifying that (T + S)(bj ) = (Aij + Bij )ci .
(1) for two vectors u and v in V , i
Thus, the entries in the standard matrix for T + S
(S + T )(u + v) = S(u + v) + S(u + v), and are sums of the corresponding entries of the stan-
dard matrices for T and S. We now know how we
(2) for a vector v and a scalar c,
should define addition of matrices.
(S + T )(cv) = c(S + T )(v). Definition 1. We define addition of two m × n
matrices coordinatewise: (A + B)ij = Aij + Bij .
Next, define scalar multiplication on Hom(V, W ) by
Next, consider scalar multiplication. Given a
(cS)(v) = c(S)(v) scalar c and a linear transformation T : V → W ,
let A be the standard matrix for T . Then
and show that’s a linear transformation.
X
T (bj ) = Aij ci . Therefore
There are still eight axioms for a vector space i
that need to be checked to show that with these two X
(cT )(bj ) = cAij ci .
operations Hom(V, W ) is, indeed, a vector space.
i
But note how the operations of addition and scalar
Thus, the entries in the standard matrix for cT are
multiplication were both defined by those opera-
each c times the corresponding entries of the stan-
tions on W . Since the axioms hold in W , they’ll
dard matrice for T . We now know how we should
also hold in Hom(V, W ).
define scalar multiplication of matrices.
The vector space of matrices Mm×n (F ). Definition 2. We define scalar multiplication of a
Mm×n (F ) is the set of m × n matrices with entries scalar c and an m × n matrix A coordinatewise:
in the field F . We’ll drop the subscript F when the (cA)ij = cAij .
field is understood. With these definitions of addition and scalar mul-
When V and W are endowed with bases β and tiplication, Mm×n (F ) becomes a vector space over
'
γ, we have a bijection φγβ : Hom(V, W ) → Mm×n F , and it is isomorphic to HomF (V, W ).
2
Invariants. Note that the isomorphism
Hom(V, W ) ∼
= Mm×n