Math Help Forum

Math Help Forum Feed Site Feed

Go Back   Math Help Forum > University Math Help > Linear and Abstract Algebra
Reply
 
Thread Tools Display Modes
  #1  
Old November 4th, 2009, 12:31 PM
redsoxfan325's Avatar
Super Member
 
Join Date: Feb 2009
Location: Swampscott, MA
Posts: 840
Country:
Thanks: 41
Thanked 307 Times in 297 Posts
redsoxfan325 is just really niceredsoxfan325 is just really niceredsoxfan325 is just really niceredsoxfan325 is just really nice
Default Similarity of Matrices

Is there any way to tell if a matrix A is similar to a matrix B other than finding an explicit S such that B=S^{-1}AS?

The reason is that I am trying to find conjugacy classes of SL_2(\mathbb{Z}/3\mathbb{Z}) in the easiest possible way.
__________________
Three people were asked whether it was better to have a wife or a mistress.

Doctor: "A wife, because studies have shown that wives have beneficial effects on your health."

Lawyer: "Definitely a mistress, because a wife will just take all your money in a divorce."

Mathematician: "Both. That way, your wife thinks you're with you mistress, your mistress thinks you're with your wife, and there's more time to do math."
Reply With Quote
Advertisement
 
  #2  
Old November 4th, 2009, 01:33 PM
Senior Member
 
Join Date: Aug 2009
Location: Israel
Posts: 388
Country:
Thanks: 32
Thanked 140 Times in 129 Posts
Defunkt has a spectacular aura aboutDefunkt has a spectacular aura about
Default

Similar matrix - Wikipedia, the free encyclopedia

Jordan normal form - Wikipedia, the free encyclopedia

Matrices A and B are similar iff their Jordan normal forms are equal (this is because every matrix in an algebraically closed field has a unique Jordan form).

If you know the minimal polynomial of a matrix, then it's easier to calculate its jordan form:

Let F be an algebraically-closed field, V a vector space over F,
A \in F^{n \times n} represent a linear operator T:V \rightarrow V,
m_A = (x-c_1)^{r_1} \cdot (x-c_2)^{r_2} \cdot \ldots \cdot (x-c_k)^{r_k} be the minimal polynomial of A, where each r_i is the geometrical multiplicity of c_i, and let w_i = Ker(T-c_i I)^{r_i}.

Then by the primary decomposition theorem, V = w_1 \oplus w_2 \oplus \ldots \oplus w_k, and after a few more steps, we get that each T_i = T|_{w_i} is represented by a Jordan block matrix:

J_i = \begin{pmatrix}c_i & 0 & 0 & 0 & \ldots & 0 \\1 & c_i & 0 & 0 & \ldots & 0 \\0 & 1 & c_i & 0 & \ldots & 0 \\\vdots & & \ddots & \ddots \\\vdots & & & \ddots & \ddots \\0 & 0 & 0 & \ldots & 1 & c_i\end{pmatrix}, J_i \in F^{r_i \times r_i}

And the Jordan canonical form of A is the direct sum of its Jordan blocks.

Last edited by Defunkt; November 4th, 2009 at 08:28 PM.
Reply With Quote
The following users thank Defunkt for this useful post:
Donate to MHF
  #3  
Old November 4th, 2009, 09:35 PM
MHF Contributor
 
Join Date: Oct 2009
Posts: 1,164
Thanks: 52
Thanked 399 Times in 377 Posts
tonio is just really nicetonio is just really nicetonio is just really nicetonio is just really nicetonio is just really nice
Default

Quote:
Originally Posted by redsoxfan325 View Post
Is there any way to tell if a matrix A is similar to a matrix B other than finding an explicit S such that B=S^{-1}AS?

The reason is that I am trying to find conjugacy classes of SL_2(\mathbb{Z}/3\mathbb{Z}) in the easiest possible way.

In general, other poster already told you: two square matrices over some field are simmilar iff their Jordan forms (over some extension field of the original one that contains all the eigenvalues of either of the matrices) are equal.

In you case, though, it's way easier since you're dealing with 2 x 2 matrices, and then two matrices here are simmilar iff they have the same characteristic and minimal polynomials, which is far from being true in other cases (well, also with 3x3 matrices it is true, but with 4 x 4 there already counterexamples)

Tonio
Reply With Quote
The following users thank tonio for this useful post:
Donate to MHF
  #4  
Old November 5th, 2009, 09:32 AM
Senior Member
 
Join Date: Aug 2009
Location: Israel
Posts: 388
Country:
Thanks: 32
Thanked 140 Times in 129 Posts
Defunkt has a spectacular aura aboutDefunkt has a spectacular aura about
Default

Quote:
Originally Posted by tonio View Post
In general, other poster already told you: two square matrices over some field are simmilar iff their Jordan forms (over some extension field of the original one that contains all the eigenvalues of either of the matrices) are equal.

In you case, though, it's way easier since you're dealing with 2 x 2 matrices, and then two matrices here are simmilar iff they have the same characteristic and minimal polynomials, which is far from being true in other cases (well, also with 3x3 matrices it is true, but with 4 x 4 there already counterexamples)

Tonio
Hmm, are you sure that there are counter examples with 4x4 matrices? I'm pretty sure I remember seeing somewhere that the smallest order matrix you could use to contradict this would be a 7x7.
Reply With Quote
  #5  
Old November 5th, 2009, 10:39 AM
MHF Contributor
 
Join Date: Apr 2005
Posts: 3,499
Thanks: 328
Thanked 1,213 Times in 1,114 Posts
HallsofIvy has much to be proud ofHallsofIvy has much to be proud ofHallsofIvy has much to be proud ofHallsofIvy has much to be proud ofHallsofIvy has much to be proud ofHallsofIvy has much to be proud ofHallsofIvy has much to be proud ofHallsofIvy has much to be proud ofHallsofIvy has much to be proud of
Default

Quote:
Originally Posted by Defunkt View Post
Similar matrix - Wikipedia, the free encyclopedia

Jordan normal form - Wikipedia, the free encyclopedia

Matrices A and B are similar iff their Jordan normal forms are equal (this is because every matrix in an algebraically closed field has a unique Jordan form).

If you know the minimal polynomial of a matrix, then it's easier to calculate its jordan form:

Let F be an algebraically-closed field, V a vector space over F,
A \in F^{n \times n} represent a linear operator T:V \rightarrow V,
m_A = (x-c_1)^{r_1} \cdot (x-c_2)^{r_2} \cdot \ldots \cdot (x-c_k)^{r_k} be the minimal polynomial of A, where each r_i is the geometrical multiplicity of c_i, and let w_i = Ker(T-c_i I)^{r_i}.

Then by the primary decomposition theorem, V = w_1 \oplus w_2 \oplus \ldots \oplus w_k, and after a few more steps, we get that each T_i = T|_{w_i} is represented by a Jordan block matrix:

J_i = \begin{pmatrix}
c_i & 0 & 0 & 0 & \ldots & 0 \\
1 & c_i & 0 & 0 & \ldots & 0 \\
0 & 1 & c_i & 0 & \ldots & 0 \\
\vdots & & \ddots & \ddots \\
\vdots & & & \ddots & \ddots \\
0 & 0 & 0 & \ldots & 1 & c_i
\end{pmatrix}, J_i \in F^{r_i \times r_i}

And the Jordan canonical form of A is the direct sum of its Jordan blocks.
That's interesting! The definition of "Jordan normal form" that I have always used has the diagonal of "1"s above the main diagonal!

Of course, the give the same concepts.
Reply With Quote
  #6  
Old November 5th, 2009, 10:41 AM
MHF Contributor
 
Join Date: Apr 2005
Posts: 3,499
Thanks: 328
Thanked 1,213 Times in 1,114 Posts
HallsofIvy has much to be proud ofHallsofIvy has much to be proud ofHallsofIvy has much to be proud ofHallsofIvy has much to be proud ofHallsofIvy has much to be proud ofHallsofIvy has much to be proud ofHallsofIvy has much to be proud ofHallsofIvy has much to be proud ofHallsofIvy has much to be proud of
Default

Two matrices are "similar" if they represent the same linear transformation, written in different bases. That is the same as saying that they have the same eigenvalues and the eigenvectors corresponding to those eigenvalues are the same.
Reply With Quote
  #7  
Old November 5th, 2009, 11:45 AM
MHF Contributor
 
Join Date: Oct 2009
Posts: 1,164
Thanks: 52
Thanked 399 Times in 377 Posts
tonio is just really nicetonio is just really nicetonio is just really nicetonio is just really nicetonio is just really nice
Default

Quote:
Originally Posted by Defunkt View Post
Hmm, are you sure that there are counter examples with 4x4 matrices? I'm pretty sure I remember seeing somewhere that the smallest order matrix you could use to contradict this would be a 7x7.

\left(\begin{array}{cccc}2&1&0&0\\0&2&0&0\\0&0&2&0\\0&0&0&2\end{array}\right)\ncong \left(\begin{array}{cccc}2&1&0&0\\0&2&0&0\\0&0&2&1\\0&0&0&2\end{array}\right)

And both matrices above have the same char. pol. (x-2)^4 and the same min. pol. (x-2)^2

What's important to remember here? The power at which every single irreducible factor of the min. pol. is raised only tells us what's the maximum size of a Jordan block corresponding to that eigenvalue and that there's at least one Jordan block wrt this eigenvalue of this size, but it does NOT necessarily tells us how many blocks of this size are there (for that we already need the dimension of the corresponding eigenspace)...unless the matrix is of order at most 3 x 3.

Tonio
Reply With Quote
The following users thank tonio for this useful post:
Donate to MHF
  #8  
Old November 5th, 2009, 12:14 PM
Senior Member
 
Join Date: Aug 2009
Location: Israel
Posts: 388
Country:
Thanks: 32
Thanked 140 Times in 129 Posts
Defunkt has a spectacular aura aboutDefunkt has a spectacular aura about
Default

Quote:
Originally Posted by tonio View Post
\left(\begin{array}{cccc}2&1&0&0\\0&2&0&0\\0&0&2&0\\0&0&0&2\end{array}\right)\ncong \left(\begin{array}{cccc}2&1&0&0\\0&2&0&0\\0&0&2&1\\0&0&0&2\end{array}\right)

And both matrices above have the same char. pol. (x-2)^4 and the same min. pol. (x-2)^2

What's important to remember here? The power at which every single irreducible factor of the min. pol. is raised only tells us what's the maximum size of a Jordan block corresponding to that eigenvalue and that there's at least one Jordan block wrt this eigenvalue of this size, but it does NOT necessarily tells us how many blocks of this size are there (for that we already need the dimension of the corresponding eigenspace)...unless the matrix is of order at most 3 x 3.

Tonio
Ah, yes, of course, that makes sense. The example I was referring to was when each of the matrices' eigenvalues also have the same algebraic and geometrical multiplicities.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off
Forum Jump


All times are GMT -7. The time now is 01:46 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc.
©2005 - 2009 Math Help Forum


Math Help Forum is a community of maths forums with an emphasis on maths help in all levels of mathematics.
Register to post your math questions or just hang out and try some of our math games or visit the arcade.