How do change of basis matrices work in linear algebra?

Click For Summary
Change of basis matrices in linear algebra allow the translation of coordinates from one basis to another through matrix multiplication. The change of basis matrix is a square matrix where each row contains the coordinates of the original basis vectors expressed in terms of the new basis vectors. The discussion highlights the importance of understanding whether vectors are treated as row or column vectors when performing calculations. An example in R^2 illustrates how to construct the change of basis matrix by expressing the original basis vectors as linear combinations of the new basis vectors. This process emphasizes the geometric interpretation of transformations such as rotations and scalings in vector spaces.
aaaa202
Messages
1,144
Reaction score
2
Given a basis A = {a1,a2...an} we can always translate coordinates originally expressed with this basis to another basis A' = {a1',a2'...an'}. To do this we simply do some matrix-multiplication and it turns out that the change of basis matrix equals a square matrix whose rows are the coordinates of the original basis vectors written in terms of the new basis-vectors. I'm finding this a little hard to understand intuitively - can someone give me an example from maybe R^2 that shows why this is in an intuitive manner.
 
Physics news on Phys.org
aaaa202 said:
that the change of basis matrix equals a square matrix whose rows are the coordinates of the original basis vectors written in terms of the new basis-vectors.

That depends on how we define a "change of basis matrix". For example if I have the row vector V_a in basis A and S is "the change of basis matrix from basis A to basis B then how do I find that vector expessed in basis B?

Do I compute (V_a)( S) or do I compute (S)(V_a)^T ? It depends on whether the course materials like to treat vectors as row vectors or as column vectors.

You should be able to construct a 2x2 example.

Let
a_1 = S_{11} b_1 + S_{12} b_2
a_2 = S_{21} b_1 + S_{22} b_2

What is the vector 4 a_1 + 3 a_2 equal to in the B basis?
 
You can factor out transformations in terms of rotations, translations, and scaling operations.

By composing maps, you can see geometrically what the translation is doing by treating each map separately in terms of its geometric effect on a vector.
 
aaaa202 said:
Given a basis A = {a1,a2...an} we can always translate coordinates originally expressed with this basis to another basis A' = {a1',a2'...an'}. To do this we simply do some matrix-multiplication and it turns out that the change of basis matrix equals a square matrix whose rows are the coordinates of the original basis vectors written in terms of the new basis-vectors. I'm finding this a little hard to understand intuitively - can someone give me an example from maybe R^2 that shows why this is in an intuitive manner.

Each vector in the first basis can be written as a linear combination of the vectors in the second. The coefficients of this linear combination are a column in the change of basis matrix.
The set of columns, one for each basis vector in the first basis, make up the change of basis matrix.
Multiplying a basis vector by the matrix just writes the vector out in terms of the second basis.

E.g. take for the first basis of R^2 the vectors (1,0) and (0,1) and the second basis (1,-1) and (1.1).

Then (1,0) = 1.2 (1,-1) + 1/2(1,1) so the first column of the matrix is (1/2 1/2).

The second column is (-1/2 1/2)
 
Last edited:
I am studying the mathematical formalism behind non-commutative geometry approach to quantum gravity. I was reading about Hopf algebras and their Drinfeld twist with a specific example of the Moyal-Weyl twist defined as F=exp(-iλ/2θ^(μν)∂_μ⊗∂_ν) where λ is a constant parametar and θ antisymmetric constant tensor. {∂_μ} is the basis of the tangent vector space over the underlying spacetime Now, from my understanding the enveloping algebra which appears in the definition of the Hopf algebra...

Similar threads

  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 12 ·
Replies
12
Views
5K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 14 ·
Replies
14
Views
4K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 43 ·
2
Replies
43
Views
7K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K