Thread: Finding Eigenvalues and Eigenvectors of a matrix

  1. #1
    Registered User Zeeshan's Avatar
    Join Date
    Oct 2001
    Location
    London, United Kingdom
    Posts
    226

    Finding Eigenvalues and Eigenvectors of a matrix

    Hi,

    I need some library to calculate the eigenvalues and eigenvectors of a 4x4 matrix. I am using Dev C++ as well as Visual C++.

    Any help would be highly appreciated.

    Thanks,
    Zeeshan
    Last edited by Zeeshan; 06-12-2008 at 10:59 AM.

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    The very briefest of STFW reveals http://www.bluebit.gr/matrix/
    Plenty of other links to try as well.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3
    Registered User Zeeshan's Avatar
    Join Date
    Oct 2001
    Location
    London, United Kingdom
    Posts
    226
    Thanks for the reply.

    Can I do it for simple Win32 Console programs?

    Also, is something available which could run in Bloodshed Dev C++?

  4. #4
    Technical Lead QuantumPete's Avatar
    Join Date
    Aug 2007
    Location
    London, UK
    Posts
    894
    Quote Originally Posted by Zeeshan View Post
    Thanks for the reply.

    Can I do it for simple Win32 Console programs?

    Also, is something available which could run in Bloodshed Dev C++?
    www.googleityourself.com

    QuantumPete
    "No-one else has reported this problem, you're either crazy or a liar" - Dogbert Technical Support
    "Have you tried turning it off and on again?" - The IT Crowd

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. how to use dgeev.c
    By jumbojay in forum C Programming
    Replies: 5
    Last Post: 10-10-2005, 11:59 AM