Determinant of linear transformations

Click For Summary
SUMMARY

The discussion focuses on finding the determinant of a linear transformation defined by T(v) = <1, 2, 3> x v, where the cross product is applied to vectors in the plane defined by x + 2y + 3z = 0. The user initially misrepresented the transformation matrix by incorrectly ordering the basis vectors and failing to express the transformed vectors as linear combinations of the basis. The correct approach involves determining the coefficients for the basis vectors to form the proper column vectors for the transformation matrix before calculating the determinant.

PREREQUISITES
  • Understanding of linear transformations and determinants
  • Familiarity with vector cross products
  • Knowledge of basis vectors in vector spaces
  • Ability to perform linear combinations of vectors
NEXT STEPS
  • Study the properties of determinants in linear algebra
  • Learn how to express vectors as linear combinations of a basis
  • Explore the application of cross products in three-dimensional space
  • Practice calculating determinants of matrices formed from linear transformations
USEFUL FOR

Students and educators in linear algebra, mathematicians working with vector spaces, and anyone seeking to deepen their understanding of linear transformations and determinants.

succubus
Messages
33
Reaction score
0
I thought this problem was pretty straightforward, but I can't seem to match the answers in the back of the book.


The problem is: Find the determinant of the following linear transformation.

T(v) = <1, 2, 3> x v (where the x means cross product)

from the plane V given by x + 2y + 3z = 0

So I find the basis vectors

<-2, 1, 0> and <-3, 0, 1>


And I perform the transformation by

T( <-2, 1, 0>) = <-3, 6, 5>
T(<-3, 0, 1>) = < 2, 8, 6>


And so I get the 2 column vectors to be

| -3 2 |
| 6 8 |
| 5 6 |

I know this is so off, but what am I doing wrong exactly?

I can get the others but this one is giving me fits and I know it has to be so simple...
 
Physics news on Phys.org
Let u = <-2, 1, 0> and w = <-3, 0, 1>

I haven't checked your calculations, so I'm assuming they're correct.

The matrix representation you have for T is incorrect. First, you need to order your basis. Your basis will either be {u,w} or {w,u}. Let's say you choose the first ordered basis.

What you did was say that T(u) = < -3, 6, 5> and so <-3, 6, 5> will be a column vector in the matrix. This is incorrect. You have to express <-3, 6, 5> as a linear combination of the basis vectors. So, T(u) = <-3, 6, 5> = a*u + b*w, where a and b are some scalars. Then <a,b> will be the first column vector for your matrix representation. Do the same thing with T(w) for some scalars c and d and so <c,d> will be your second column vector for the matrix, then just calculate the determinant.
 
I see what you're saying. I had a brain fart. Thanks again.
 

Similar threads

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