2n x 2n matrices without real eigenvalues

Click For Summary

Homework Help Overview

The discussion revolves around the task of finding a ##2n## x ##2n## matrix ##A## that does not have real eigenvalues, applicable for any positive integer ##n##. Participants explore the implications of the matrix size being even and the potential for non-real eigenvalues.

Discussion Character

  • Exploratory, Conceptual clarification, Problem interpretation, Assumption checking

Approaches and Questions Raised

  • Participants express uncertainty about whether to generalize the problem for any ##n## or focus on specific cases. They discuss starting with smaller matrices, such as 2x2 and 4x4, to build understanding. The concept of diagonal blocks is introduced, and there are attempts to construct matrices that maintain the property of having non-real eigenvalues.

Discussion Status

Some participants have begun to identify potential structures for the matrices, such as using smaller matrices as building blocks. There is acknowledgment of the need to explore determinants and the properties of block matrices. Guidance has been offered regarding starting with simpler cases and considering the implications of matrix construction.

Contextual Notes

Participants mention challenges in writing down determinants for larger systems and express a desire to connect the problem to physical applications, such as differential equations. There is also a reference to terminology for succinctly describing matrices for arbitrary ##n##.

pyroknife
Messages
611
Reaction score
4

Homework Statement


For an arbitrary positive integer ##n##, give a ##2n## x ##2n## matrix ##A## without real eigenvalues.

Homework Equations

The Attempt at a Solution


First of all, I am having some trouble interpreting this problem. I do not know if it is generalized where I am supposed to find a ##2n## x ##2n## matrix A without real eigenvalues for ANY ##n##, or just for one specific ##n## value, which I can pick. I assume it is the former.

Since it is 2*n, we know that the number of rows/columns is even for any ##n##. If it was only ##n##, without it being multiplied it by 2, then the number of rows/columns could be odd, and thus there will always be at least one real eigenvalue.

Since there's an even # of rows/columns, it is possibly that matrix ##A## not have any real eigenvalues.

This is about as far as I got and I am having a very hard time figuring out how to generalize this problem for any arbitrary value of ##n##.
 
Physics news on Phys.org
pyroknife said:

Homework Statement


For an arbitrary positive integer ##n##, give a ##2n## x ##2n## matrix ##A## without real eigenvalues.

Homework Equations

The Attempt at a Solution


First of all, I am having some trouble interpreting this problem. I do not know if it is generalized where I am supposed to find a ##2n## x ##2n## matrix A without real eigenvalues for ANY ##n##, or just for one specific ##n## value, which I can pick. I assume it is the former.

The former is correct.

Since it is 2*n, we know that the number of rows/columns is even for any ##n##. If it was only ##n##, without it being multiplied it by 2, then the number of rows/columns could be odd, and thus there will always be at least one real eigenvalue.

Since there's an even # of rows/columns, it is possibly that matrix ##A## not have any real eigenvalues.

This is about as far as I got and I am having a very hard time figuring out how to generalize this problem for any arbitrary value of ##n##.

I would start small. Can you do it for 2x2 matrix? A 4x4? Maybe that will give you some ideas.
 
LCKurtz said:
The former is correct.
I would start small. Can you do it for 2x2 matrix? A 4x4? Maybe that will give you some ideas.
2x2 matrix would be simple as the following would be one example
##\begin{bmatrix}
0 & 1\\
-1 & 0
\end{bmatrix}##

I am trying to think of a 4x4.
 
Good so far. Think of that as a building block for your 4x4.
 
  • Like
Likes   Reactions: pyroknife
LCKurtz said:
Good so far. Think of that as a building block for your 4x4.
I think part of the problem I am having is writing down the determinant of ##(A-\lambda I)## for larger systems.
 
Well, lots of zero's helps. If your matrix were diagonal its determinant would be easy, but that won't work. Think in terms of diagonal blocks.
 
LCKurtz said:
Well, lots of zero's helps. If your matrix were diagonal its determinant would be easy, but that won't work. Think in terms of diagonal blocks.
Okay let's see...
I'm not too familiar with the term "diagonal blocks."
I assume I can stack the 2 x 2 matrix I previously had along the tri-diagonal of a 4 x 4 matrix such that it looks like:
##\begin{bmatrix}
0 & 1 & 0 & 0\\
-1 & 0 & 0 & 0\\
0 & 0 & 0 & 1\\
0 & 0 & -1 & 0
\end{bmatrix}##

I just checked and this has all imaginary eigenvalues.
 
Ahh yes, it looks like I can place the original 2x2 matrix I had along the tri-diagonal band of any ##2n## x ##2n## matrix and obtain a matrix with only non-real eigenvalues.
 
Heh heh. Looks like you are on to something, eh? You can probably find some theorems about determinants of matrices such as this. They are called block matrices.
 
  • #10
I have to hit the sack. I'm guessing you can take it from here. If not, see you tomorrow.
 
  • #11
  • #12
LCKurtz said:
I have to hit the sack. I'm guessing you can take it from here. If not, see you tomorrow.
Thanks! I'm just trying to figure out how to write this succintly.
 
  • #13
Could you think of physical simultaneous linear d.e.s that have to give 4 nonreal eigenvalues (vibrational modes) and get their eigenvalue equation, can choose to try find simplest or find most general?
 
Last edited:
  • #14
LCKurtz said:
I have to hit the sack. I'm guessing you can take it from here. If not, see you tomorrow.
Hey LCKurtz, is there some terminology of method to succinctly write these matrices for an arbitrary n?
What I came up with is a bit wordy...
 
  • #15
epenguin said:
Could you think of physical simultaneous linear d.e.s that have to give 4 nonreal eigenvalues (vibrational modes) and get their eigenvalue equation, can choose to try find simplest or find most general?
Hmmm, I have not thought about placing this problem in the context of differential equations. I can see how that would help, but I have only just touched the surface in both subjects (linear algebra and differential equations) that connecting the two is bit outside of my knowledge.
 
  • #16
pyroknife said:
Hey LCKurtz, is there some terminology of method to succinctly write these matrices for an arbitrary n?
What I came up with is a bit wordy...
Look here:
http://en.wikipedia.org/wiki/Block_matrix#Block_diagonal_matrices

and look at the first picture under Block Diagonal Matrices (3 in the contents). You could probably work with something like that.
 
Last edited:
  • #18
pyroknife said:
Hmmm, I have not thought about placing this problem in the context of differential equations. I can see how that would help, but I have only just touched the surface in both subjects (linear algebra and differential equations) that connecting the two is bit outside of my knowledge.

A connection to remember to make later. I wonder if linear algebra as "subject" would be on most scientists' curriculum without it?
 
Last edited:

Similar threads

  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 24 ·
Replies
24
Views
4K
Replies
23
Views
2K
  • · Replies 6 ·
Replies
6
Views
4K
Replies
9
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K