Results 1 to 2 of 2

Thread: How to find the eigenvectors of 3 by 3 matrix

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2006
    Posts
    1

    How to find the eigenvectors of 3 by 3 matrix

    I am currently writing a program to find the 3 eigenvectors of a 3 by 3 matrix. I am only dealing with matrix with real elements and real eigenvalues. I know how to find the eigenvalues. However, I don't know how to find the eigenvectors.

    Of course I know that

    (Original Matrix) (Eigenvector) = (Eigenvalue) (Eigenvector)

    But I don't how to solve this equation to find the eigenvectors.

    Is there any method or routine or equations I can use to find the eigenvectors?

  2. #2
    vbuggy krtxmrtz's Avatar
    Join Date
    May 2002
    Location
    In a probability cloud
    Posts
    5,573

    Re: How to find the eigenvectors of 3 by 3 matrix

    Got to 'Numerical Recipes' and scroll down to chapter 11. There you have a few pdf files explaining the various methods and giving computer recipes in Fortran.

    This is part of the "Numerical recipes" book which is entirely available for download. I bought the printed version a few years ago and I think it's quite worth reading it, specially for programmers.
    Lottery is a tax on people who are bad at maths
    If only mosquitoes sucked fat instead of blood...
    To do is to be (Descartes). To be is to do (Sartre). To be do be do (Sinatra)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width