Linear algebra, linear trasformation

Click For Summary
SUMMARY

The discussion focuses on finding the matrix A representing the linear transformation L from R2 to R3, defined by L(x) = x1b1 + x2b2 + (x1 + x2)b3. The bases are specified as e1 = (1,0) and e2 = (0,1) for R2, and b1 = (1,1,0)T, b2 = (1,0,1)T, b3 = (0,1,1)T for R3. The correct approach to compute the matrix A involves using the components of L(e1) and L(e2) as columns, not rows, leading to the conclusion that L(e1) = (1,2,1)T and L(e2) = (1,1,1)T.

PREREQUISITES
  • Understanding of linear transformations
  • Familiarity with vector spaces R2 and R3
  • Knowledge of matrix representation of linear transformations
  • Basic operations with vectors and matrices
NEXT STEPS
  • Study the process of finding matrix representations of linear transformations
  • Learn about the properties of bases in vector spaces
  • Explore the concept of linear combinations in linear algebra
  • Investigate the implications of incorrect matrix representation in linear transformations
USEFUL FOR

Students and educators in linear algebra, mathematicians focusing on vector spaces, and anyone looking to deepen their understanding of linear transformations and matrix representations.

Mdhiggenz
Messages
324
Reaction score
1

Homework Statement



let b1=(1,1,0)T ;b2=(1 0 1)T; b3=(0 1 1)T

and let L be the linear transformation from R2

into R3 defined by

L(x)=x1b1+x2b2+(x1+x2)b3

Find the matrix A representing L with respect to the bases (e1,e2)
and (b1,b2,b3)

Homework Equations


The Attempt at a Solution



First thing I did was label out my e1 and e2

e1=(1,0)

e2=(0,1)

L(e1)=b1+b3
= (1,2,1)T

L(e2)=b2+b3
=(1,1,1)T

So I would assume my A to be (L(e1),L(e2))T
However that is incorrect.

I'm not sure what I am doing incorrect the book does the same steps, but gets a different answer.
 
Last edited by a moderator:
Physics news on Phys.org
Row i, column j of A is ##(Le_j)_i## (i.e. the ith component of ##Le_j## in the given ordered basis). This makes ##Le_1## the first column, but you made it the first row.

Also, you computed ##b_2+b_3## wrong.
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
6K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 8 ·
Replies
8
Views
4K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K