Linear Transformation / Coordinate Vector Question

Click For Summary
SUMMARY

The discussion centers on finding the coordinates of the vector v = (24, -8, -4)^T relative to the ordered basis E = [v1, v2], where v1 = (1, 2, 1)^T and v2 = (3, 2, 1)^T. The user initially attempted to calculate the inverse of a non-square matrix, which is not applicable. The correct approach involves solving the equation (24, -8, -4)^T = c1*(1, 2, 1)^T + c2*(3, 2, 1)^T to find the constants c1 and c2 directly.

PREREQUISITES
  • Understanding of linear transformations
  • Familiarity with vector spaces and bases
  • Knowledge of solving linear equations
  • Basic matrix operations (specifically, matrix multiplication)
NEXT STEPS
  • Study methods for solving systems of linear equations
  • Learn about vector space representations and coordinate transformations
  • Explore the concept of basis and dimension in linear algebra
  • Investigate applications of linear transformations in computer graphics
USEFUL FOR

Students studying linear algebra, educators teaching vector spaces, and anyone interested in understanding coordinate transformations in mathematical contexts.

Gotejjeken
Messages
27
Reaction score
0

Homework Statement


The following vectors form an ordered basis E = [v1, v2] of the subspace V = span(v1,v2):

v1 = (1,2,1)^T , v2 = (3,2,1)^T.

The vector v = (24,-8,-4)^T belongs to the subspace V. Find its coordinates (c1,c2)^T = [v]E relative to the ordered basis E = [v1,v2].

Homework Equations



None.

The Attempt at a Solution



I am not quite sure how to approach this problem. I wanted to calculate the inverse of:

1 3
2 2
1 1

and then multiply v = (24, -8, -4)^T by the inverse to get the coordinate vector relative to E, however I have no idea if that is the right approach. I feel I'm missing something...
 
Physics news on Phys.org
Gotejjeken said:

Homework Statement


The following vectors form an ordered basis E = [v1, v2] of the subspace V = span(v1,v2):

v1 = (1,2,1)^T , v2 = (3,2,1)^T.

The vector v = (24,-8,-4)^T belongs to the subspace V. Find its coordinates (c1,c2)^T = [v]E relative to the ordered basis E = [v1,v2].

Homework Equations



None.

The Attempt at a Solution



I am not quite sure how to approach this problem. I wanted to calculate the inverse of:

1 3
2 2
1 1
The only matrices that have inverses are square matrices. The one you show above is 3 x 2, so isn't square.
Gotejjeken said:
and then multiply v = (24, -8, -4)^T by the inverse to get the coordinate vector relative to E, however I have no idea if that is the right approach. I feel I'm missing something...

Solve the equation below for the constants c1 and c2.
(24, -8, -4)^T = c1*(1,2,1)^T + c2*(3,2,1)^T
 
Oh, wow. Thank you, it seems I was over-complicating things...the wording of that problem had my brain in knots.
 

Similar threads

Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
Replies
15
Views
2K
  • · Replies 18 ·
Replies
18
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 15 ·
Replies
15
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K