A question about linear algebra (change of basis of a linear transformation)

Click For Summary

Homework Help Overview

The discussion revolves around a linear algebra problem concerning the change of basis for a linear transformation induced by a matrix A. The original poster seeks assistance in finding the matrix representation of the transformation T with respect to a specific basis formed by the vectors v, Av, A^2v, ..., A^{k-1}v.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning

Approaches and Questions Raised

  • Participants explore the relationship between the transformation T and its matrix representation in the basis B. Questions arise regarding the structure of the columns of the matrix [T]_B and how the transformation affects the basis elements. There is also discussion about the representation of the vector v in terms of the basis B.

Discussion Status

The discussion is active, with participants providing hints and questioning assumptions about the transformation and its matrix representation. There is recognition that the first few columns of [T]_B can be determined, while the last column remains uncertain. Some participants suggest that the last column may not be uniquely defined due to the nature of the transformation.

Contextual Notes

Participants note that the problem does not specify whether T is invertible, which influences the interpretation of the last column in the matrix representation. There is also acknowledgment of the basis formed by the vectors, which may not hold for arbitrary choices of A and v.

Artusartos
Messages
236
Reaction score
0

Homework Statement



Let A \in M_n(F) and v \in F^n.

Let v, Av, A^2v, ... , A^{k-1}v be a basis, B, of V.

LetT:V \rightarrow V be induced by multiplication by A:T(w) = Aw for w in V. Find [T]_B, the matrix of T with respect to B.


Thanks in advance



Homework Equations




[T(w)]_B = [Aw]_B = C^{-1}Aw

The Attempt at a Solution



Can anybody give me a hint please? I'm trying to do this for an hour but I'm not sure how.

From here: http://www.khanacademy.org/math/linear-algebra/v/lin-alg--transformation-matrix-with-respect-to-a-basis

I learned that [T(w)]_B = [Aw]_B = C^{-1}Aw, where C= [v| Av| A^2v| ... | A^{k-1}v]. But now I don't know what the inverse of C is? :cry:

Thanks in advance
 
Physics news on Phys.org
Well, if you write b_0 = v, b_1 = Av, b_2 = A^2v, ..., b_{n-1} = A^{n-1}v, then you have T(b_k) = b_{k+1} for 0 \leq k < n-1. What does this tell you about the first n-1 columns of [T]_B?
 
jbunniii said:
Well, if you write b_0 = v, b_1 = Av, b_2 = A^2v, ..., b_{n-1} = A^{n-1}v, then you have T(b_k) = b_{k+1} for 0 \leq k < n-1. What does this tell you about the first n-1 columns of [T]_B?

They are the same elements as the basis, except for the last one, since it is A^kv...
 
Last edited:
Artusartos said:
They are the same elements as the basis, except for the last one, since it is A^kv...

So what are the first n-1 columns? You should be able to write them using actual numbers.
 
jbunniii said:
So what are the first n-1 columns? You should be able to write them using actual numbers.

The first n-1 columns are: Av, A^2v, ..., A^{k-1}v. Since each element A^pv is transformed into A^{p+1}v, right?
 
Artusartos said:
The first n-1 columns are: Av, A^2v, ..., A^{k-1}v. Since each element A^pv is transformed into A^{p+1}v, right?
Let's take a step back. What is the matrix representation of b_0 = v in terms of the basis B? Your answer should be a column vector containing 1's and 0's.
 
jbunniii said:
Let's take a step back. What is the matrix representation of b_0 = v in terms of the basis B? Your answer should be a column vector containing 1's and 0's.

I'm not sure I understand why it can be written with numbers. The question tells us what B is, not with numbers but with A's and v's. Do you mean something like this:

[v]_B = 1.v + 0.Av + ... + 0.A^{k-1}v?
 
Artusartos said:
I'm not sure I understand why it can be written with numbers. The question tells us what B is, not with numbers but with A's and v's. Do you mean something like this:

[v]_B = 1.v + 0.Av + ... + 0.A^{k-1}v?

That's not what v_B is. It is true that
v = 1\cdot v + 0 \cdot Av + \ldots + 0 \cdot A^{k-1}v
And since B is a basis, this is the unique way of writing v as a linear combination of the elements of B. So what is v_B? It is nothing other than the array of coefficients in that linear combination: v_B = [\begin{array}{cccccc}1 & 0 & 0 & 0 & \ldots &0\end{array}]^T where by convention this is understood to be a column vector.
 
jbunniii said:
That's not what v_B is. It is true that
v = 1\cdot v + 0 \cdot Av + \ldots + 0 \cdot A^{k-1}v
And since B is a basis, this is the unique way of writing v as a linear combination of the elements of B. So what is v_B? It is nothing other than the array of coefficients in that linear combination: v_B = [\begin{array}{cccccc}1 & 0 & 0 & 0 & \ldots &0\end{array}]^T where by convention this is understood to be a column vector.

So [T]_B is just the kxk identity matrix?
 
  • #10
Artusartos said:
So [T]_B is just the kxk identity matrix?
No, because T doesn't map each element of B to itself.
In fact, T maps b_0 to b_1. Therefore the first column of [T]_B should be the [b_1]_B = [Av]_B, which is what?
 
  • #11
jbunniii said:
No, because T doesn't map each element of B to itself.
In fact, T maps b_0 to b_1. Therefore the first column of [T]_B should be the [b_1]_B = [Av]_B, which is what?

But didn't you say that

v_B = [\begin{array}{cccccc}1 & 0 & 0 & 0 & \ldots &0\end{array}]^T?

So...

[Av]_B = [\begin{array}{cccccc} 0 & 1 & 0 & 0 & \ldots &0\end{array}]^T
[A^2v]_B = [\begin{array}{cccccc} 0 & 0 & 1 & 0 & \ldots &0\end{array}]^T
...
[A^{k-1}v]_B = [\begin{array}{cccccc} 0 & 0 & 0 & 0 & \ldots &1\end{array}]^T

So aren't these the columns of [T]_B? So why isn't it the identity matrix?
 
  • #12
Artusartos said:
But didn't you say that

v_B = [\begin{array}{cccccc}1 & 0 & 0 & 0 & \ldots &0\end{array}]^T?

So...

[Av]_B = [\begin{array}{cccccc} 0 & 1 & 0 & 0 & \ldots &0\end{array}]^T
[A^2v]_B = [\begin{array}{cccccc} 0 & 0 & 1 & 0 & \ldots &0\end{array}]^T
...
[A^{k-1}v]_B = [\begin{array}{cccccc} 0 & 0 & 0 & 0 & \ldots &1\end{array}]^T

So aren't these the columns of [T]_B? So why isn't it the identity matrix?

Well, the first column of [T]_B is [Tv]_B = [Av]_B = [\begin{array}{cccccc} 0 & 1 & 0 & 0 & \ldots &0\end{array}]^T so already it can't be the identity matrix.
 
  • #13
jbunniii said:
Well, the first column of [T]_B is [Tv]_B = [Av]_B = [\begin{array}{cccccc} 0 & 1 & 0 & 0 & \ldots &0\end{array}]^T so already it can't be the identity matrix.

Oh, I get...thanks. But for the last one, we won't be able to write it with numbers, right? A^kv must be some linear combination of the basis, but we can't know exactly what...right? So we just write...

[T]_B = [\begin{array}{cccccc} c_1 & c_2 & \ldots &c_k\end{array}]^T[/itex]
 
  • #14
Artusartos said:
Oh, I get...thanks. But for the last one, we won't be able to write it with numbers, right? A^kv must be some linear combination of the basis, but we can't know exactly what...right? So we just write...

[T]_B = [\begin{array}{cccccc} c_1 & c_2 & \ldots &c_k\end{array}]^T[/itex]

Offhand I'm not sure about the last column. I'm not sure if there is enough information given to know T(A^{k-1}v) in terms of B. Maybe think about the fact that v, Av, A^2v, ..., A^{k-1}v form a basis. This wouldn't necessarily be true for arbitrary A and v, so this gives you some information about A and v. I'll think about this some more and let you know if I have an idea.
 
  • #15
Yeah, I'm pretty sure the last column can be anything. It doesn't even have to be linearly independent of the other columns as there's nothing in the problem that requires T to be invertible.
 
  • #16
jbunniii said:
Yeah, I'm pretty sure the last column can be anything. It doesn't even have to be linearly independent of the other columns as there's nothing in the problem that requires T to be invertible.

Alright, thanks a lot. :biggrin:
 

Similar threads

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