Proving Linear Operators and Matrix Similarity

Click For Summary
SUMMARY

The discussion focuses on proving properties of linear operators and matrix similarity in the context of linear algebra. It establishes that the identity linear operator I on a vector space W, represented in any ordered basis T, corresponds to an nXn identity matrix when dim W = n. Additionally, it demonstrates that a linear operator L defined by L(w) = bw results in a scalar matrix representation. The discussion also covers the transitive property of matrix similarity, confirming that if matrix X is similar to matrix Y, and Y is similar to Z, then X is similar to Z.

PREREQUISITES
  • Understanding of linear operators and their representations
  • Familiarity with matrix theory and properties of square matrices
  • Knowledge of ordered bases in vector spaces
  • Concept of matrix similarity and the Kronecker delta
NEXT STEPS
  • Study the properties of linear transformations in vector spaces
  • Explore the concept of diagonalization of matrices
  • Learn about the Jordan form of matrices and its implications
  • Investigate the applications of matrix similarity in solving linear differential equations
USEFUL FOR

Students and professionals in mathematics, particularly those specializing in linear algebra, matrix theory, and theoretical physics, will benefit from this discussion.

hola
Messages
38
Reaction score
0
1. If I: W-->W is the identity linear operator on W defined by I(w) = w for w in W, prove that the matrix of I repect with to any ordered basis T for W is a nXn I matrix, where dim W= n

2. Let L: W-->W be a linear operator defined by L(w) = bw, where b is a constant. Prove that the representation of L with respect to any ordered basis for W is a scalar matrix.

3. Let X,Y, Z be sqaure matrices. Show that: (a) X is similar to Y. (b) If X is similar to Y then Y is similar to X. (c) If X is similar to Y and Y is similar to Z, then X is similar to Z.
 
Physics news on Phys.org
hola said:
1. If I: W-->W is the identity linear operator on W defined by I(w) = w for w in W, prove that the matrix of I repect with to any ordered basis T for W is a nXn I matrix, where dim W= n

Let [itex]E_{ij}[/itex] be the elements of the matrix of the identity operator in some ordered basis of W, with basis vectors [itex]\vec{e}_1, \vec{e}_2, ... , \vec{e}_n[/itex]. If [itex]w_j[/itex] are the coordinates of any vector w in that basis, then

[tex]w_i^\prime = \sum_j E_{ij} w_j[/tex]

By definition, the identity operator transforms the vector w back into itself, so that [itex]w_i^\prime = w_i[/itex]. Then using the elements [itex]\delta_{ij}[/itex] (kronecker delta) of the identity matrix, we have

[tex]w_i = \sum_j \delta_{ij} w_j = w_i^\prime = \sum_j E_{ij} w_j[/tex]

or, after subtracting

[tex]\sum_j (E_{ij} - \delta_{ij}) w_j = 0[/tex] for each i.

Since the w_j's are arbitrary, we must have that [itex]E_{ij} = \delta_{ij}[/itex] for all i and j.

edit: by the way, in the step where I set [itex]w_i^\prime = w_i[/itex] for all i, I have assumed that the coordinates of a given vector w in a particular basis are unique. This is easy to prove using the fact that the elements of the basis are linearly independent, by definition.
 
Last edited:


1. Proof:
Let T = {v1, v2, ..., vn} be an ordered basis for W, where dim W = n. Then, for any w in W, we can write w as a linear combination of the basis vectors:
w = a1v1 + a2v2 + ... + anvn

Applying the identity operator I to w, we get:
I(w) = a1I(v1) + a2I(v2) + ... + anI(vn)
= a1v1 + a2v2 + ... + anvn
= w

This shows that I preserves the elements of W, and hence, is a linear operator on W. Now, let A be the matrix representation of I with respect to the basis T. Then, A is an nXn matrix, where the (i,j) entry of A is the coefficient of vi in the linear combination of I(vj). Since I(vj) = vj, the (i,j) entry of A is 1 if i = j, and 0 otherwise. Therefore, A is an nXn identity matrix, which proves the statement.

2. Proof:
Let T = {v1, v2, ..., vn} be an ordered basis for W, where dim W = n. Then, for any w in W, we can write w as a linear combination of the basis vectors:
w = a1v1 + a2v2 + ... + anvn

Applying the linear operator L to w, we get:
L(w) = a1L(v1) + a2L(v2) + ... + anL(vn)
= a1(bv1) + a2(bv2) + ... + an(bvn)
= b(a1v1 + a2v2 + ... + anvn)
= bw

This shows that L multiplies each vector in W by the constant b, and hence, is a scalar operator. Now, let A be the matrix representation of L with respect to the basis T. Then, A is an nXn matrix, where the (i,j) entry of A is the coefficient of vi in the linear combination of L(vj). Since L(vj) = bvj, the (i,j) entry of A is b if i = j, and 0 otherwise. Therefore, A is an nXn diagonal matrix with
 

Similar threads

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