



Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
A lecture note on linear operators, coordinates, change of basis, and matrix representation in vector spaces. It covers topics such as linear functions, operators, coordinates with respect to different bases, change-of-basis matrix, and the relationship between coordinates in different bases.
Typology: Study notes
1 / 7
This page cannot be seen from the preview
Don't miss anything!
In this lecture we will start studying the most important part of the course on linear algebra — the theory of operators. Let V be a vector space. Any linear function from V to V is called the linear operator. We will denote operators by script letters (A, B, C), for example:
A : V → V.
It means that the operator “rearranges” somehow vectors from the given vector space V. An example of the operator can be an operator of rotation by an angle α — applying it, each vector will be rotated by an angle α counterclockwise. Another example — operator of the reflection with respect to given line — each vector maps to its reflection with respect to some line. We will learn how to describe operators, and then we will try to classify them, and under- stand actions of them. But first we will study some more facts about vector spaces.
Let V be a vector space, and assume that {e 1 , e 2 ,... , en} is a basis. Since it is a basis, we can represent any other vector v as a linear combination of basic vectors, i.e. for any vector v we can find such numbers a 1 , a 2 ,... , an, that
v = a 1 e 1 + a 2 e 2 + · · · + anen.
Such numbers a 1 , a 2 ,... , an are called coordinates of the vector v with respect to basis {e 1 , e 2 ,... , en}. Let’s consider some examples.
Example 2.1. Consider the space R^3 , and let vector v = (1, 1 , 1). We will consider 2 different bases, and find coordinates of v with respect to them
Theorem 2.2. Let V be a vector space, and let e 1 , e 2 ,... , en be a basis. Then for any vector v numbers a 1 , a 2 ,... , an such that
v = a 1 e 1 + a 2 e 2 + · · · + anen
are defined uniquely, i.e. if
v = a 1 e 1 + a 2 e 2 + · · · + anen = b 1 e 1 + b 2 e 2 + · · · + bnen
then a 1 = b 1 , a 2 = b 2 ,... , an = bn.
Proof. If v = a 1 e 1 + a 2 e 2 + · · · + anen = b 1 e 1 + b 2 e 2 + · · · + bnen
then
0 = (a 1 e 1 + a 2 e 2 + · · · + anen) − (b 1 e 1 + b 2 e 2 + · · · + bnen) = (a 1 − b 1 )e 1 + (a 2 − b 2 )e 2 + · · · + (an − bn)en.
But vectors e 1 , e 2 ,... , en are linearly independent, thus coefficients of this linear combination are equal to 0, i.e. a 1 = b 1 , a 2 = b 2 ,... , an = bn.
Let’s express vectors from the “new” basis as linear combinations of the vectors from the “old” basis.
e′ 1 :
e′ 1 =
= c 11
+ c 21
+ c 31
So, we have the following system:
c 11 + 2 c 21 = 3 − c 21 + c 31 = 0 c 11 + 3 c 31 = 4 Solving this system, we can obtain c 11 = 1, c 21 = 1, c 31 = 1. So, e′ 1 = e 1 + e 2 + e 3.
e′ 2 :
e′ 2 =
= c 12
+ c 22
+ c 32
So, we have the following system:
c 12 + 2 c 22 = 4 − c 22 + c 32 = − 1 c 12 + 3 c 32 = 2 Solving this system, we can obtain c 12 = 2, c 22 = 1, c 32 = 0. So, e′ 2 = 2e 1 + e 2.
e′ 3 :
e′ 3 =
= c 13
+ c 23
+ c 33
So, we have the following system:
c 13 + 2 c 23 = − 3 − c 23 + c 33 = 2 c 13 + 3 c 33 = 2 Solving this system, we can obtain c 13 = − 1 , c 23 = − 1 , c 33 = 1. So, e′ 3 = −e 1 − e 2 + e 3.
Writing all these coordinates as a columns of a matrix, we will obtain the change-of-coordinates matrix:
C =
from the “old” basis {e 1 , e 2 , e 3 } to the “new” basis {e′ 1 , e′ 2 , e′ 3 }.
Now we will learn what do we need this matrix for. Let x be a vector from the vector space V with 2 bases — “old” and “new”. Then we can represent as a linear combination of vectors from the “old” basis and as a linear combination of vectors from the “new” basis:
x = x 1 e 1 + x 2 e 2 + · · · + xnen = x′ 1 e′ 1 + x′ 2 e′ 2 + · · · + x′ ne′ n
In the matrix form we can write it as
x = (e 1 , e 2 ,... , en)
x 1 x 2 ... xn
= (e′ 1 , e′ 2 ,... , e′ n)
x′ 1 x′ 2 ... x′ n
Now, using formula (1) we can substitute (e′ 1 , e′ 2 ,... , e′ n) and get the following:
x = (e 1 , e 2 ,... , en)
x 1 x 2 ... xn
= (e 1 , e 2 ,... , en)C
x′ 1 x′ 2 ... x′ n
So, now we see the following important result:
x 1 x 2 ... xn
x′ 1 x′ 2 ... x′ n
, or C−^1
x 1 x 2 ... xn
x′ 1 x′ 2 ... x′ n
So, given the coordinates of the vector with respect to the “new” basis and the change-of-basis matrix we can get the coordinates of the vector with respect to the “old” basis, and the other way round.
Example 3.2 (Continuation of the example 3.1). Let the bases are the same as in the previous example, i.e. the “old” basis is
e 1 = (1, 0 , 1), e 2 = (2, − 1 , 0), e 3 = (0, 1 , 3),
Now, we will write the corresponding coordinates as columns of a matrix: coordinates of A(e 1 ) to the first column, coordinates of A(e 2 ) to the second column, etc. This matrix will be called the matrix of a linear operator. Actually, it means that if the operator A has a matrix A then (A(e 1 ), A(e 2 ),... , A(en)) = (e 1 , e 2 ,... , en)A (3)
Example 4.1 (Matrix of rotation by an angle α). We will consider the operator of the rotation of the plane by an angle α counterclockwise.
6 y
6
e 2
>^
A(e 1 ) S S
SoS
A(e 2 ) α α
From this picture we can see that the coordinates of the vector A(e 1 ) are (cos α, sin α), and coordinates of the vector A(e 2 ) are (− sin α, cos α). So, the matrix of the operator of rotation of the plane by an angle α is (^) ( cos α − sin α sin α cos α
As for linear functions, the following fact is true: if y = A(x)
then y = Ax.
Example 4.2. Let’s consider a vector (1, 1). Let’s find its coordinates after rotation by an angle α counterclockwise. To do this we should multiply the matrix of rotation by the column with coordinates of the vector. We get: ( cos α − sin α sin α cos α
cos α − sin α cos α + sin α
So, after rotation by an angle α counterclockwise the vector (1, 1) will become (cos α−sin α, cos α+ sin α).