Linear algebra - change of basis matrix

Click For Summary
SUMMARY

The discussion focuses on finding the change of basis matrix for vectors in R², specifically transitioning from basis B = {(0, 2), (2, 1)} to basis A = {(1, 1), (2, 0)}. The user successfully computes the vector u in standard coordinates as u = (4, -4) after applying the transition matrix. The final representation of the vector u with respect to basis A is confirmed to be [u]A = [4, -4]. This process illustrates the method for converting between different basis representations in linear algebra.

PREREQUISITES
  • Understanding of linear transformations and vector spaces
  • Familiarity with basis vectors and their representations
  • Knowledge of transition matrices in linear algebra
  • Ability to solve linear equations
NEXT STEPS
  • Study the properties of transition matrices in linear algebra
  • Learn how to derive the change of basis formula
  • Explore applications of basis transformations in computer graphics
  • Investigate the implications of basis changes in machine learning algorithms
USEFUL FOR

Students of linear algebra, educators teaching vector spaces, and professionals in fields requiring mathematical modeling and transformations, such as computer graphics and data science.

zeion
Messages
455
Reaction score
1

Homework Statement



Let A = {(1, 1), (2,0)} and B = {(0, 2), (2, 1)} in R2.
a) Find A (u with respect to A) if B = [3, -2].

Homework Equations





The Attempt at a Solution



I tried to find AB (transition matrix from B to A), then apply to B, but couldn't represent (2, 1) with respect to A?

So I found u by BB = u,
then u = (4, -4).

Now represent u with respect to A:
A = (-4, 4)

Is this correct?
 
Physics news on Phys.org
Yes, that's how it's done. You don't need to bother too much.
We know that _B=[3,-2]^t => u=3*(0,2)-2*(2,1)=(-4,4).
Now, in order to find _A we need to find a,b in R such that :
a*(1, 1)+b*(2,0)=(-4,4) => a+2b=-4 and a=4 => a=4 and b=-4.
Therefore : _A = [4,-4]^t.
DONE! :)
 
Last edited:

Similar threads

  • · Replies 15 ·
Replies
15
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 17 ·
Replies
17
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 13 ·
Replies
13
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 32 ·
2
Replies
32
Views
3K
  • · Replies 10 ·
Replies
10
Views
2K
Replies
13
Views
3K