Change of basis

Solomon Xie
Linear Algebra Basics
2 min readJan 8, 2019

Changing basis of a vector, the vector’s length & direction remain the same, but the numbers represent the vector will change, since the meaning of the numbers have changed.
Our goal is to calculate the New numbers in the vector in terms of the new basis.

Refer to video by Trefor Bazett: Deriving the Change-of-Basis formula

Projection vector method (Only for 90° bases)

The goal is to write a vector in a new basis.

Refer to lecture form Imperial College London: Changing basis

Remember the `Projection

Just to save some words, here’s the example and solution:

Example:

Solution:
The idea is to take projection of the vector onto both new basis, except it’s taking only a part of the projection vector formula. As in the formula below, it only takes the blue squared part as the number of the new vector's component.

Component V₁ = (V﹒b₁) / |b₁|² = (5*1 + -1*1) / ( √(1²+1²) )² = 4/2 = 2
Component V₂ = (V﹒b₂) / |b₂|² = (5*1 + -1*-1) / ( √(1²+(-1)²) )² = 6/2= 3
V' = (2, 3)

Matrices changing basis

Refer to lecture: Matrices changing basis
Refer to video: Change of Coordinates Matrix #2

-

--

--

Solomon Xie
Linear Algebra Basics

Jesus follower, Yankees fan, Casual Geek, Otaku, NFS Racer.