Solving Transformation Matrix and Basis Problem

  • Thread starter Thread starter Gramsci
  • Start date Start date
  • Tags Tags
    Bases Matrices
Click For Summary
SUMMARY

The discussion focuses on transforming a linear transformation matrix representation in a four-dimensional vector space using a new basis. The original transformation matrix F is given as [1 0 2 1; -1 2 1 3; 1 2 5 5; 2 -2 1 -2]. The new basis vectors are defined as f_1 = e_1 - 2e_2 + e_4, f_2 = 3e_2 - e_3 - e_4, f_3 = e_3 + e_4, and f_4 = 2e_4. The key challenge is correctly applying the formula B^(-1)AB to find the matrix representation of F in the new basis, emphasizing the importance of identifying the correct basis matrix B for inversion.

PREREQUISITES
  • Understanding of linear transformations and matrix representations
  • Familiarity with basis vectors in vector spaces
  • Knowledge of matrix inversion techniques
  • Proficiency in MATLAB for matrix notation
NEXT STEPS
  • Study the process of changing basis in linear algebra
  • Learn about matrix inversion and its applications in transformations
  • Explore MATLAB functions for matrix operations
  • Investigate the properties of linear transformations in higher dimensions
USEFUL FOR

Students and educators in linear algebra, mathematicians working with vector spaces, and anyone involved in computational mathematics or using MATLAB for matrix manipulations.

Gramsci
Messages
64
Reaction score
0
I'm having some trouble understanding basis and how they relate to transformation matrices.

Homework Statement


Let e_1,e_2,e_3,e_4 be a basis in a four dimensional vector space V. Suppose that the linear transformation F on V has the matrix representation:
[1 0 2 1;-1 2 1 3;1 2 5 5;2 -2 1 -2] (Matlab-notation).
Find F:s matrix representation in the basis f_1= e_1-2e_2+e_4 , f_2=3e_2-e_3-e_4, f_3=e_3+e_4, f_4=2e_4.


Homework Equations


-


The Attempt at a Solution


I thought of using B^(-1)AB (B is the basis A the transformation matrix), but I can't invert our basis here. What should I do?
 
Physics news on Phys.org
The e's represent the usual euclidian base e1 = (1,0,0,0), e2=(0,1,0,0) etc...
 
Gramsci said:
I'm having some trouble understanding basis and how they relate to transformation matrices.

Homework Statement


Let e_1,e_2,e_3,e_4 be a basis in a four dimensional vector space V. Suppose that the linear transformation F on V has the matrix representation:
[1 0 2 1;-1 2 1 3;1 2 5 5;2 -2 1 -2] (Matlab-notation).
Find F:s matrix representation in the basis f_1= e_1-2e_2+e_4 , f_2=3e_2-e_3-e_4, f_3=e_3+e_4, f_4=2e_4.

The Attempt at a Solution


I thought of using B^(-1)AB (B is the basis A the transformation matrix), but I can't invert our basis here. What should I do?
That's what you want to do, but I think you're trying to invert the wrong matrix.
 

Similar threads

  • · Replies 14 ·
Replies
14
Views
3K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 4 ·
Replies
4
Views
3K
Replies
3
Views
1K