7—Operators and Matrices 147
could go beyond 3, and the vectors that you’re dealing with may not be the usual geometric arrows.
(And why does it have to start with one? Maybe I want the indices 0, 1, 2 instead.) These need not
be perpendicular to each other or even to be unit vectors.
The way to write a vector~vin components is
~v=vxˆx+vyyˆ+vzz,ˆ or v 1 ~e 1 +v 2 ~e 2 +v 3 ~e 3 =
∑
k
vk~ek (7.5)
Once you’ve chosen a basis, you can find the three numbers that form the components of that
vector. In a similar way, define the components of an operator, only that will takeninenumbers to do
it (in three dimensions). If you evaluate the effect of an operator on any one of the basis vectors, the
output is a vector. That’s part of the definition of the word operator. This output vector can itself be
written in terms of this same basis. The defining equation for the components of an operatorfis
f(~ei) =
∑^3
k=1
fki~ek (7.6)
For each input vector you have the three components of the output vector. Pay careful attention
to this equation! It is the defining equation for the entire subject of matrix theory, and everything in
that subject comes from this one innocuous looking equation. (And yes if you’re wondering, I wrote
the indices in the correct order.)
Why?
Take an arbitrary input vector forf: ~u=f(~v). Both~uand~vare vectors, so write them in
terms of the basis chosen.
~u=
∑
k
uk~ek=f(~v) =f
(∑
i
vi~ei
)
=
∑
i
vif(~ei) (7.7)
The last equation is the result of the linearity property, Eq. (7.1), already assumed forf. Now pull the
sum and the numerical factorsviout in front of the function, and write it out. It is then clear:
f(v 1 ~e 1 +v 2 ~e 2 ) =f(v 1 ~e 1 ) +f(v 2 ~e 2 ) =v 1 f(~e 1 ) +v 2 f(~e 2 )
Now you see where the defining equation for operator components comes in. Eq. (7.7) is
∑
k
uk~ek=
∑
i
vi
∑
k
fki~ek
For two vectors to be equal, the corresponding coefficients of~e 1 ,~e 2 ,etc.must match; their respective
components must be equal, and this is
uk=
∑
i
vifki, usually written uk=
∑
i
fkivi (7.8)
so that in the latter form it starts to resemble what you may think of as matrix manipulation.frow,column
is the conventional way to write the indices, and multiplication is defined so that the following product
meansEq. (7.8).