Eigenvalues Definition and 820 Threads

  1. V

    Can Eigenvalues of Matrix Addition Be Simplified?

    Hello, I have a linear algebra problem that I need help with. Basically, I need to get the eigenvalues and eigenvectors of several (sometimes tens of thousands) very large matrices (6^n x 6^n, where n>= 3, to be specific). Currently, we are just using MATLAB's eig() function to get them. I...
  2. H

    Eigenvalues of a tridiagonal matrix

    Some algorithms of finding the eigenvalues of symmetric matrices first transform the matrix to a tridiagonal matrix which is similar to the original matrix and then find the eigenvalues of the tridiagonal matrix. . Are there special algorithms for a tridiagonal matrix, or do the same algorithms...
  3. R

    Bifurcations and Chaos - Complex eigenvalues

    Homework Statement Identify the stable, unstable and center eigenspaces for \dot{y} = the 3x3 matrix row 1: 0, -3, 0 row 2: 3, 0, 0 row 3: 0, 0, 1 Homework Equations The Attempt at a Solution This is an example used from the lecture and I understand how to get the...
  4. Totalderiv

    Solving Complex Eigenvalues Homework

    Homework Statement Apply the eigenvalue method to find a general solution of the given system. x_1' = 5x_1 - 9x_2 x_2' = 2x_1 - x_2 Homework Equations (A-λI)v=0 The Attempt at a Solution x_1' = 5x_1 - 9x_2 x_2' = 2x_1 - x_2 \left[ \begin{array}{cc} 5-λ & -9\\ 2 & -1-λ...
  5. D

    Finding Eigenvalues and C1 & C2

    Homework Statement (attached)Homework Equations The Attempt at a Solution I really don't know where to start. There is nothing given for me to start with. And the instruction says "Choose" so am I really suppose to really choose or do you guys any idea how to start this? *I know that...
  6. G

    Eigenvalues of 4x4 Hermitian Matrix (Observable)

    Homework Statement Find the allowed energies for a spin-3/2 particle with the given Hamiltonian: \hat{H}=\frac{\epsilon_0}{\hbar}(\hat{S_x^2}-\hat{S_y^2})-\frac{\epsilon_0}{\hbar}\hat{S_z} The Attempt at a Solution The final matrix I get is: \begin{pmatrix} \frac{3}{2} & 0 &...
  7. C

    Matrices, Proof and Eigenvalues.

    Homework Statement Looking for some help with the proof if possible. Vector r = x y z Rotation R = cos(θ) 0 sin(θ) 0 1 0 -sin(θ) 0 cos(θ) r' = Rr It asks me to prove that r'.r' = r.r Second part of the question is about eigenvalues, it asks me to find the three...
  8. H

    Eigenvalues of the product of two matrices

    Hello everyone, Before I ask my question, be informed that I haven't had any formal course in linear algebra, so please forgive me if the question has a well-known answer. I have two symmetric matrices, A and B. We know the eigenvalues and eigenvectors of A, and B. Now I need to...
  9. D

    Eigenvalues of coefficient matrix problem

    Homework Statement Determine the general solution of the system of homogeneous differential equations. The system of homogeneous differential equations is: X'_{1}(t) = 141x_{1}(t) - 44x_{2}(t) X'_{2}(t) = 468x_{1}(t) - 146_{2}(t) What is Eigenvalues of Coefficient Matrix? What is...
  10. J

    Numerical approximation of the eigenvalues and the eigenvector

    Homework Statement This problem will guide you through the steps to obtain a numerical approximation of the eigenvalues, and eigenvectors of A using an example. We will define two sequences of vectors{vk} and {uk} (a) Choose any vector u \in R2 as u0 (b) Once uk has been determined, the...
  11. S

    What is the Correct Way to Find Eigenvalues and Eigenvectors of a Matrix?

    Find the eigenvalues and corresponding eigenvector of the matrix. A= [-4 4 8 ] [0 0 -10] [0 0 2 ] [1 -1 0] ~ [0 0 1 ] [0 0 0 ] I calculated by A = -\lambdaI So, [1-lamda -1 0 ] [0 -lamda 1] [0 0 -lamda] so, lamda = 0,0, and 1 So I got...
  12. N

    Find the equilibrium solution and eigenvalues and eigenvectors of system?

    Hey guys, I need to find the equilibrium solution (critical point) for the given system. Also I need to take the homogeneous equation x' = Ax (matrix notation) and find the eigenvalues and eigenvectors. system: x' = -x - 4y - 4 y' = x - y - 6 Can you help? Thanks
  13. T

    Solving for complex eigenvalues

    Quick question: I have a characteristic polynomial: λ2 + i = 0...how do I solve for the eigenvalues? They're suppose to be + or - (√2/2)(1 - i) How'd they get those?
  14. Y

    MHB Which statement about eigenvalues and eigenvectors is not true?

    One more question please... which one of these statements is NOT true (only one can be false): a. a square matrix nXn with n different eigenvalues can become diagonal. b. A matrix that can be diagonal is irreversible. c. Eigenvectors that correspond to different eigenvalues are linearly...
  15. T

    Eigenvalues, eigenvectors, and eigenspaces

    Homework Statement The Attempt at a Solution T(1,0,0) = (3,-1,0) T(0,1,0) = (0,1,0) T(0,0,1) = (-1,2,4) Thus, we have the matrix, \left| \begin{array}{ccc} 3 &0&-1 \\ -1&1&2 \\ 0&0&4 \end{array} \right| Δ_T (t) = det( \left| \begin{array}{ccc} 3 &0&-1 \\ -1&1&2 \\ 0&0&4 \end{array} \right|...
  16. matqkks

    What Properties of a Matrix Can Eigenvalues and Eigenvectors Reveal?

    We are aware that by knowing the eigenvalues and eigenvectors we can evaluate the determinant, say if it is invertible and diagonalize to find powers of matrices. Is there a list of properites of a matrix we can find by eigenvalues and eigenvectors? Are there things that e.values and e.vectors...
  17. T

    Eigenvalues of Inverse Transformations

    Homework Statement The Attempt at a Solution So I observed: T(B) = λB T-1(B) = λ'B Also, T-1(T(B)) = λ'λB = B This implies, λ'λ = 1 And so, there should be a relation λ = \frac{1}{λ'}. Is that right?
  18. P

    MATLAB MATLAB: anti-crossing eigenvalues

    I am solving an eigenvalue problem -- Hamiltonian problem in Quantum Mechanics. The matrix is 8x8 with off-diagonal terms, but some are zero. It is well known that the eigenvalues of a Hermitian matrix anti-cross as it nears each other. This is very easy see if the matrix have an independent...
  19. F

    Cauchy stress principle & eigenvalues of stress tensor

    First of all, thanks for all the helpful comments to my previous posts. I'm trying to get a grasp of stress tensors and have been doing some studying. In the literature I've been looking at, it says something about the eigenvalues of stress tensors and the principle stresses. This is...
  20. V

    Finding Charge Conjugation Eigenvalues

    I've just recently been introduced to charge conjugation while reading the introductory particle physics texts by Griffiths and Perkins, and neither one really seem to explain how you go about finding the values for C. For example, if I wanted to find the value for the \rho^0 meson (which I...
  21. T

    Composition of endomorphisms have same eigenvalues

    Homework Statement For two endomorphisms ψ and φ on a vector space V over a field K, show that ψφ and φψ have the same eigenvalues. "Hint: consider the cases λ=0 and λ≠0 separately." The Attempt at a Solution I know that similar endomorphisms (φ and ψφ(ψ^-1)) have the same...
  22. S

    Symmetric, irreducible, tridiagonal matrix: Eigenvalues

    Homework Statement A) Let A be a symmetric, irreducible, tridiagonal matrix. Show that A cannot have a multiple eigenvalue. B) Let A be an upper Hessenberg matrix with all its subdiagonal elements non-zero. Assume A has a multiple eigenvalue. Show that there can only be one eigenvector...
  23. Roodles01

    Finding eigenlines & eigenvalues

    In my example I have matrix A = (1 2) . . . . . . . . . . . . . . . . . . . . . . (3 2) Finding the eigenvalue through the method I understand & can get the result i.e. k = 4 & -1 I suspect my algebra is the shaky link, here, but to find the eigenline I find a bit more of a...
  24. J

    Finding the eigenvalues of a complex matrix

    Hi, I am aware of the implicit QR algorithm, which utilises the 'Francis QR step' to find the eigenvalues of a real, square matrix. But, how would one find the eigenvalues of a complex matrix? Would the 'explicit' version of the QR algorithm be used here, using complex arithmetic? Thanks
  25. H

    2 dimensional harmonic oscillator.find the energy eigenvalues?

    Homework Statement Potential of a simple harmonic oscillator is \frac{1}{2}m\omega ^{2}(x^{2}+4y^{2}).Find the energy eigenvalues? Homework Equations Seperation of variables,i think. But i got stuck in the midway. The Attempt at a Solution \frac{-\hslash ^{2}}{2m}\left(...
  26. Shackleford

    Eigenvalues of A-adjoint and A

    Eigenvalues of A* and A Show that the eigenvalues of A* are conjugates of the eigenvalues of A. I know this is an easy problem, but I've just been spinning my wheels manipulating the equations with the transpose, conjugate, and adjoint properties. \begin{align} A^* = \bar{A}^T\\...
  27. Y

    MHB Eigenvalues and Eigenvectors of a Non-Diagonalizable Matrix

    Hello, sorry that I am asking too many questions, I am preparing for an exam... I have a matrix, 0 1 0 0 0 0 0 0 1 and I need to say if it has a diagonal form (I mean, if there are P and D such that D=P^-1*D*P) I found that the eigenvalues are 0 and 1. I also know that if I use 0, I get the...
  28. D

    Eigenvalues and eigenvectors of J.n

    Homework Statement Calculate the eigenvalues and eigenvectors of the operator, J.n, where n is a unit vector characterized by the polar angles theta and phi, and J is the spin-1 angular momentum operator. Homework Equations Matrix representations for J^2 and J(z) The Attempt at a...
  29. Z

    Angular momentum operator eigenvalues in HO potential.

    Homework Statement Find wave functions of the states of a particle in a harmonic oscillator potential that are eigenstates of Lz operator with eigenvalues -1 h , 0, 1 h and have smallest possible eigenenergies. Check whether these states are also the eigenstates of L^2 operator. Eventually...
  30. K

    Quantum Operators - Eigenvalues & states

    Homework Statement an operator for a system is given by \hat{H}_0 = \frac{\hbar \omega}{2}\left[\left|1\right\rangle\left\langle1\right| - \left|0\right\rangle\left\langle0\right|\right] find the eigenvalues and eigenstates Homework Equations The Attempt at a Solution so i...
  31. L

    Eigenvalues of a rotation matrix

    Homework Statement Find the eigenvalues and normalized eigenvectors of the rotation matrix cosθ -sinθ sinθ cosθ Homework Equations The Attempt at a Solution c is short for cosθ, s is short for sinθ I tried to solve the characteristic polynomial (c-λ)(c-λ)+s^2=0, and...
  32. P

    How can I accurately find eigenvalues for a Jordan canonical form matrix?

    Homework Statement Ok I was working with finding Jordan canonical form... Here is the matrix I was working on: | 1 1 1 | |-1 -1 -1 | | 1 1 0 | I am having problem with finding eigenvalues... below is the attempt to solution I was not getting the right answer. So, when I used...
  33. F

    Eigenvalues and eigenvectors of observables

    Homework Statement Calculate the Eigenvalues and eigenvectors of H= 1/2 h Ω ( ]0><1[ + ]1><0[ ) Homework Equations I know H]λ> = λ]λ> The Attempt at a Solution I don't know if I am meant to concert my bra's and ket's into matrices, and if so how to represent these as matrices?
  34. C

    What does eigenvalues and eigenvectors mean?

    I have no trouble calculating eigenvalues but I have a hard time understanding how to use them. I know that you can somehow calculate a bridge's self-frequency with eigenvalues but I don't know how. What I am after is, what do eigenvectors and eigenvectors mean physically or in other ways? I...
  35. K

    Eigenvalues of a completely disconnected graph

    According to theory the eigenvalues of a completely disconnected graph (no two nodes are connected) must be all 0. But the normalized Laplacian of such a graph will be an identity matrix whose eigenvalues will be all 1s. Please correct me!
  36. K

    Eigenvalues for a 400x400 normalized laplacian of a graph

    This is related to spectral graph theory. I am getting the following eigenvalues for a 400x400 matrix which is a normalized laplacian matrix of a graph. The graph is not connected. So why am i getting a> a negative eigenvalue. b> why is not second eigenvalue 0? ... I used colt(java) and octave...
  37. H

    How do I numerically find eigenvectors for given eigenvalues?

    My aim was to numerically calculate eigenvalues and eigenvectors for a square A matrix. I managed to find the eigenvalues by using QR algorithm. Now, I can find all of the eigenvalues for any given square matrix. But, for the next step, how do I find the corresponding eigenvectors? Is there...
  38. S

    Eigenvalues? DO I have the right idea with this problem?

    Homework Statement I'm supposed to find all the eigenvalues for this 2x2 matrix: 0 2 3 0 Homework Equations The Attempt at a Solution When I tried to do it with no row interchanges, I got the characteristic characteristic equation: λ2-6=0 So, instead of solving this, I...
  39. G

    Eigenvalues of commuting observables (angular momentum)

    Homework Statement Is z|lm\rangle an eigenstate of L^{2} ? If so, find the eigenvalue.Homework Equations L_{z}|lm\rangle = \hbar m|lm\rangle L^{2}|lm\rangle = \hbar^{2} l(l+1)|lm\rangleThe Attempt at a Solution So since L_{z} and L^{2} are commuting observables, they have are...
  40. D

    How to find eigenvalues and eigenvectors for 5x5 matrix

    I got a 5x5 matrix, if use characteristic equation to find the eigenvalues and eigenvectors are very tedious and trouble, so got any method which are easy to calculate?
  41. 3

    What Are the Eigenvalues of A Transpose A?

    Homework Statement Let A be an m x n matrix with rank(A) = m < n. As far as the eigenvalues of A^{T}A is concerned we can say that... Homework Equations The Attempt at a Solution If eigenvalues exist, then A^{T}Ax = λx where x ≠ 0. The only thing I think I can show is that...
  42. B

    Relationship between eigenvalues of 2x2 matrices within a 4x4 matrix

    Homework Statement Consider a 4 x 4 matrix A = B C 0 D where B, C, and D are 2 x 2 matrices. What is the relationship between the eigenvalues of A, B, C, and D? The Attempt at a Solution I suppose you can write A as: b1 b2 c1 c2 b3 b4 c3 c4 0 0 d1 d2 0 0 d3...
  43. G

    (Linear Algebra) Distinct Eigenvalues of a Matrix

    I am reading through a proof and one line of it is not immediately obvious to me, despite it's simplicity. It relates to eigenvalues of a (nearly) full rank, symmetric matrix. Say we have a symmetric matrix A(nxn) that has rank=n-1. Why is this enough to say that all eigenvalues of A are...
  44. B

    Quantum Mechanics, Schrodinger equations and energy eigenvalues

    How do you find an expression for the energy eigenvalues from the TISE (Time Indipendant Schrodinger Equation) for a given potential. e.g. why is: E = (N + 1) hbar*omega an expression for the energy eigenvalues for a potential of: V = 1/2*m*omega2x2 ?? I really have no idea where to start...
  45. W

    Multiple eigenvalues - any hints would be appreciated

    Homework Statement I need to prove that a 4x4 matrix has 2 zero eignenvalues. 2. The attempt at a solution I have tried to obtain the characteristic equation but calculating the determinant of a relevant 4x4 is rather daunting as there aren't many zeros. I was wondering if there is...
  46. J

    Using eigenvalues and eigenvectors to solve system of ODEs

    Homework Statement Use eigenvalues and eigenvectors to find the general solution of the system of ODEs.. x1 = 3x1 - x2 x2 = -x1 + 2x2 - x3 x3 = -x2 + 3x3 Homework Equations The Attempt at a Solution I converted that into the matrix...
  47. S

    How do eigenvalues and eigenvectors relate to matrices?

    I have to be able to figure out eigenvalues and eigenvectors for 2x2 and 3x3 matrices for my physics course, but I have never taken linear algebra so I obviously have no idea what they even are. I need someone to basically teach me how to solve these problems because I have no knowledge of this...
  48. S

    Evaluating B4: Finding the Eigenvalues & Eigenvectors

    Homework Statement Let B be a matrix with characteristic polynomial λ2-λ√6+3. Evaluate B4. Homework Equations Bn=PDnP-1 The Attempt at a Solution I can find the eigenvalues from the characteristic equation and those would form the diagonal entries of D. But how would I find P, which contains...
  49. U

    Eigenvalues / eigenvectors concept explaination please

    Hello This is a concept question I do not understand. I'm just wondering why the answer is what it is. (the answer is written below the question, I just have no idea where it comes from)
  50. A

    Fortran Fortran90: Subroutine DSYEV and associating eigenvalues and eigenvectors.

    Greetings. I am using the LAPACK (Linear Algebra Package) software package to find the eigenvalues and eigenvectors of a large symmetrical real matrix. Specifically, I calculate a scalar from each eigenvector, and I want to graph it against its associated eigenvalue. I am using the subroutine...
Back
Top