Matrix Similarity question

  • Thread starter Alupsaiu
  • Start date
  • Tags
    Matrix
In summary: So, if you can find a basis where the matrix has a simpler form, then you can show that it is similar to another matrix. In summary, if N is a 2x2 complex matrix with N^2=0, it can be proven that either N=0 or N is similar over C to the matrix [0 0; 0 0]. This can be shown by using the fact that N^2=0, which implies that the columns of N are linearly independent and form a basis for C^2. Using this basis, N can be written in a simpler form as [N(v) N(Nv)], where N(v) and N(Nv) are column vectors. Therefore, N is similar
  • #1
Alupsaiu
13
0
Suppose N is a 2x2 complex matrix such that N^2=0. Prove that either N=0 or N is similar over C to the matrix

00
10Sorry, I don't know how else to write the matrix in the post. Any help would be greatly appreciated, thank you.
 
Physics news on Phys.org
  • #2
If N is not zero, then it exists a vector v such that Nv is not zero. Using the fact that N^2=0 it is easy to proove that v and Nv are linearly independent (try it), so they are a basis of C^2. Try writing N with respect to this basis.
 
  • #3
Ok, so it was easy to show linear independence, then I found the matrix which had in the first column the coordinates of Nv, and in the second column 0 since N^2=0.
So,

x1 0
x2 0, where x1 and x2 are the coordinates of Nv in basis (v, Nv). Would x1 actually turn out to be 0?


But, where to go from here? In general I'm a bit confused on how to show a matrix is similar, or must be similar to another matrix. Again, thank you for the help.
 
  • #4
If {v, Nv} is your basis, then writing N as a matrix with respect to this basis would be of the form [N(v) N(Nv)] where N(v) and N(Nv) are column vectors. If you use the fact that N^2= 0, the rest will follow.

As for showing similarity, recall that matrices are self similar even after change of basis.
 
  • #5


I can provide a mathematical proof to the given statement.

Let N be a 2x2 complex matrix such that N^2=0. This means that N multiplied by itself results in the zero matrix, i.e. N*N=0.

Now, suppose N is not equal to the zero matrix. This means that at least one of the entries in N is non-zero. Without loss of generality, let's assume that the entry in the first row and first column of N, denoted by N11, is non-zero.

Since N^2=0, we can write N*N=0 as:

N*N =
N11*N11 + N12*N21 N11*N12 + N12*N22
N21*N11 + N22*N21 N21*N12 + N22*N22

Since N11 is non-zero, we can divide the first row by N11 to get:

1 + (N12*N21)/N11 N12 + (N12*N22)/N11
N21*N11 + N22*N21 N21*N12 + N22*N22

Now, let's consider the matrix T given by:

1 0
0 0

It is clear that T^2=T, since T*T=
1*1 + 0*0 1*0 + 0*0
0*1 + 0*0 0*0 + 0*0

Thus, we can write T^2-T=0, which is similar to the matrix N. This can be seen by considering the matrix S given by:

1 N12/N11
0 1

Since N11 is non-zero, S is invertible and we can write:

S^-1*T*S =
1 -N12/N11
0 1

Multiplying this with N, we get:

S^-1*T*S*N =
1 -N12/N11
0 1

N11*N11 + N12*N21 N11*N12 + N12*N22
N21*N11 + N22*N21 N21*N12 + N22*N22

=
N11 + (N12*N21)/N11 N12 + (N12*N22)/N11
N21*N11 + N22*N21 N21*N12 + N
 

What is matrix similarity?

Matrix similarity is a measure of how closely two matrices are related to each other. It is calculated by comparing the elements of the matrices and determining the level of similarity between them.

How is matrix similarity calculated?

Matrix similarity is calculated by using various methods such as the cosine similarity, Jaccard similarity, and Euclidean distance. These methods take into account the values of the elements in the matrices and determine the level of similarity between them.

What is the significance of matrix similarity?

Matrix similarity is important in various fields such as data analysis, machine learning, and image processing. It helps in identifying patterns and relationships between datasets, which can be useful in making predictions and making decisions based on the data.

Can two matrices be similar even if they have different dimensions?

Yes, two matrices can be similar even if they have different dimensions. This is because matrix similarity takes into account the values of the elements in the matrices, not just their dimensions. However, the matrices must have the same number of columns for certain similarity measures to be calculated.

How can matrix similarity be used in practical applications?

Matrix similarity can be used in practical applications such as recommender systems, where it is used to find similar items or products based on user preferences. It can also be used in image recognition and clustering algorithms to group similar images together.

Similar threads

  • Linear and Abstract Algebra
Replies
2
Views
460
  • Linear and Abstract Algebra
Replies
8
Views
1K
  • Linear and Abstract Algebra
Replies
20
Views
987
  • Linear and Abstract Algebra
Replies
1
Views
598
  • Linear and Abstract Algebra
Replies
6
Views
516
Replies
34
Views
2K
  • Linear and Abstract Algebra
Replies
2
Views
1K
  • Linear and Abstract Algebra
Replies
1
Views
733
  • Linear and Abstract Algebra
Replies
1
Views
925
  • Linear and Abstract Algebra
Replies
2
Views
604
Back
Top