Find a transition matrix from bases?

In summary, to find the transition matrix Pab, you need to determine the coordinates of each element in the ordered basis 'a' in the ordered basis 'b' by solving a system of equations. These coordinates will form the columns of the transition matrix.
  • #1
proctortom
12
0

Homework Statement


I have 2 bases, a = {1, x, x^2} and b = {-2 - 2x + 3x^2 , 1 + 2x - x^2 , -1 - x + 2x^2} of P2.

Find the transition matrix Pab.

How is this done??


Homework Equations


Since this is Linear Algebra, there aren't really any relevant "Equations" as such. More logic based. Right?



The Attempt at a Solution


I am quite muddled. Best I could get was to make [v]s = [1; 1; 1] (Thats a vertical matrix of 1s)

Not quite sure where to go from here.
 
Physics news on Phys.org
  • #2
The transition matrix is computed with coordinates. For example, the coordinates of the vector 'x^2' in the ordered basis 'a' are (0, 0, 1). Now, write this in the coordinates in the basis 'b.' This can be done by solving a system of equations: x^2 = u_1 b_1 + u_2 b_2 + u_3 b_3 where u_i is an unknown coefficient (to be solved) and b_1, b_2, b_3 are elements in the ordered basis 'b.' Once solved for u_1, u_2, and u_3, the coordinates of x^2 in the ordered basis 'b' are (u_1, u_2, u_3). This gives the first column of the transition matrix. Do a similar thing for the remaining elements in the ordered basis 'a.'
 

1. What is a transition matrix?

A transition matrix is a mathematical tool used to represent the relationship between two different bases, or coordinate systems, in linear algebra. It allows for the conversion of coordinates from one basis to another.

2. How do you find a transition matrix?

To find a transition matrix, you need to have the coordinates of the basis vectors in both the original basis and the new basis. Then, you can use these coordinates to construct a matrix such that when multiplied by the coordinates of a vector in the original basis, it will yield the coordinates of that vector in the new basis.

3. Why is finding a transition matrix important?

Finding a transition matrix is important because it allows for easier calculations in linear algebra. It can simplify problems involving transformations, rotations, and other operations on vectors by providing a way to convert between coordinate systems.

4. Can you explain the process of finding a transition matrix?

The process of finding a transition matrix involves first identifying the coordinates of the basis vectors in both the original and new bases. Then, these coordinates are used to construct a matrix by placing the coordinates of the new basis vectors as the columns of the matrix. This matrix is then multiplied by the coordinates of a vector in the original basis to obtain the coordinates of that vector in the new basis.

5. Are there any limitations to using a transition matrix?

One limitation of using a transition matrix is that it can only be used for linear transformations. It also assumes that the basis vectors are linearly independent, meaning they are not co-linear or lie on the same line. Additionally, it may not be applicable for non-Euclidean spaces or higher dimensions.

Similar threads

  • Calculus and Beyond Homework Help
Replies
17
Views
966
  • Calculus and Beyond Homework Help
Replies
1
Views
6K
  • Calculus and Beyond Homework Help
Replies
4
Views
1K
  • Calculus and Beyond Homework Help
Replies
14
Views
2K
  • Calculus and Beyond Homework Help
Replies
5
Views
2K
  • Calculus and Beyond Homework Help
Replies
6
Views
266
  • Calculus and Beyond Homework Help
Replies
4
Views
1K
  • Engineering and Comp Sci Homework Help
Replies
18
Views
2K
  • Calculus and Beyond Homework Help
Replies
3
Views
1K
  • Calculus and Beyond Homework Help
Replies
3
Views
556
Back
Top