Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Linear Operators and Change of Basis in Vector Spaces, Study notes of Linear Algebra

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

2011/2012

Uploaded on 03/08/2012

wualter
wualter 🇺🇸

4.8

(95)

288 documents

1 / 7

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Lecture 28
Andrei Antonenko
April 21, 2003
1 Operators
In this lecture we will start studying the most important part of the course on linear algebra
the theory of operators.
Let Vbe a vector space. Any linear function from Vto Vis called the linear operator.
We will denote operators by script letters (A,B,C), for example:
A:VV.
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.
2 Coordinates
Let Vbe a vector space, and assume that {e1, e2, . . . , en}is a basis. Since it is a basis, we can
represent any other vector vas a linear combination of basic vectors, i.e. for any vector vwe
can find such numbers a1, a2, . . . , an, that
v=a1e1+a2e2+· · · +anen.
Such numbers a1, a2, . . . , anare called coordinates of the vector vwith respect to basis
{e1, e2, . . . , en}. Let’s consider some examples.
Example 2.1. Consider the space R3, and let vector v= (1,1,1). We will consider 2 different
bases, and find coordinates of vwith respect to them
1
pf3
pf4
pf5

Partial preview of the text

Download Linear Operators and Change of Basis in Vector Spaces and more Study notes Linear Algebra in PDF only on Docsity!

Lecture 28

Andrei Antonenko

April 21, 2003

1 Operators

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.

2 Coordinates

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

  • Let’s consider the standard basis e 1 = (1, 0 , 0), e 2 = (0, 1 , 0), e 3 = (0, 0 , 1). Then the vector v can be represented as v = (1, 1 , 1) = 1(1, 0 , 0) + 1(0, 1 , 0) + 1(0, 0 , 1) = 1e 1 + 1e 2 + 1e 3. So, the coordinates of this vector with respect to the standard basis are (1, 1 , 1).
  • Let’s consider another basis e′ 1 = (0, 0 , 1), e′ 2 = (0, 1 , 1), e′ 3 = (1, 1 , 1) (we can simply check that this is a basis). Then the vector v can be represented as v = (1, 1 , 1) = 0(0, 0 , 1) + 0(0, 1 , 1) + 1(1, 1 , 1) = 0e 1 + 0e 2 + 1e 3. So, the coordinates of this vector with respect to the basis {e′ 1 , e′ 2 , e′ 3 } are (0, 0 , 1). So, we see, that the coordinates of the same vector may be different with the respect to different bases. Now we will prove that if the basis is given, the coordinates are defined uniquely.

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 =

^30

 = c 11

^10

 + c 21

 −^21

 + c 31

^01

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 =

 −^41

 = c 12

^10

 + c 22

 −^21

 + c 32

^01

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 =

^ − 23

 = c 13

^10

 + c 23

 −^21

 + c 33

^01

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 =

^11 21 −−^11

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

= C

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.

  • x

6 y

  • e 1

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 α).