Finding eigenvalues of a 3 x 3 matrix

  • Context: Undergrad 
  • Thread starter Thread starter dink87522
  • Start date Start date
  • Tags Tags
    Eigenvalues Matrix
Click For Summary
SUMMARY

The discussion focuses on finding the eigenvalues of a 3 x 3 matrix A defined as A = (0 -1 -3; 2 3 3; -2 1 1). The characteristic equation derived from the matrix leads to the polynomial λ³ - 4λ² - 4λ + 16 = 0, which can be factored to find the eigenvalues. The user references Wolfram|Alpha as a tool for verifying the results. The conversation highlights the importance of correctly setting up the characteristic polynomial for accurate eigenvalue computation.

PREREQUISITES
  • Understanding of eigenvalues and eigenvectors
  • Familiarity with characteristic polynomials
  • Basic knowledge of matrix operations
  • Experience with polynomial factoring techniques
NEXT STEPS
  • Learn how to derive characteristic polynomials for larger matrices
  • Explore numerical methods for finding eigenvalues, such as the QR algorithm
  • Study applications of eigenvalues in systems of differential equations
  • Utilize computational tools like MATLAB or Python's NumPy for matrix operations
USEFUL FOR

Students, mathematicians, and engineers who are studying linear algebra, particularly those focused on matrix theory and eigenvalue problems.

dink87522
Messages
15
Reaction score
0
I have a 3 x 3 matrix

A =
(0 -1 -3)
(2 3 3)
(-2 1 1)

Let & represent lambda here.

I am trying to find the eigenvalues of A.

I start off by taking the characteristic equation of A and end up with -&[(&-3)(&-1) -3] + (2& - 8) - 3(-2& + 8)
yet can't then get that factored down. Am I missing something basic here?
 
Physics news on Phys.org
[tex] \left|\begin{array}{ccc}<br /> -\lambda & -1 & -3 \\<br /> <br /> 2 & 3 - \lambda & 3 \\<br /> <br /> -2 & 1 & 1 - \lambda<br /> \end{array}\right| = 0[/tex]

[tex] -\lambda (3 - \lambda) (1 - \lambda) + 6 - 6 - 6 (3 - \lambda) + 3 \lambda + 2 (1 - \lambda) = 0[/tex]

[tex] -\lambda(3 - 4 \lambda + \lambda^{2}) - 18 + 6 \lambda + 3 \lambda + 2 - 2 \lambda = 0[/tex]

[tex] -\lambda^{3} + 4 \lambda^{2} - 3 \lambda + 7 \lambda - 16 = 0[/tex]

[tex] \lambda^{3} - 4 \lambda^{2} - 4 \lambda + 16 = 0[/tex]

This can be factored.
 

Similar threads

  • · Replies 33 ·
2
Replies
33
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 13 ·
Replies
13
Views
4K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K