Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 4 of 4

Thread: help with eigenvectors please

  1. #1
    Junior Member
    Join Date
    Feb 2013
    Posts
    22
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default help with eigenvectors please

    okay im doing this for school. i need to calculate the unti length eigenvectors using the eigenvalues. ive calculated the eigenvalues for my matrix which are as follows:

    matrix:
    1.9508078349048854 1.5289991794705786
    1.5289991794705786 3.003842678049254

    EigenValue 1: 4.0944396884331775
    EigenValue 2: 0.8602108245209623


    i have not a single clue on how to code this. ive done tons or research and im having no luck on how to do this. i would also need calculation of eigenvectors as well. will someone please help me out?

  2. #2
    Super Moderator curmudgeon's Avatar
    Join Date
    Aug 2012
    Posts
    1,130
    My Mood
    Cynical
    Thanks
    64
    Thanked 140 Times in 135 Posts

    Default Re: help with eigenvectors please

    How would you solve this on paper? Break down the process into all the steps required, and then break these down into sub-steps, and then use that to help code your program.

  3. #3
    Junior Member
    Join Date
    Feb 2013
    Posts
    22
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: help with eigenvectors please

    im not sure how to solve this on paper either.

  4. #4
    Super Moderator curmudgeon's Avatar
    Join Date
    Aug 2012
    Posts
    1,130
    My Mood
    Cynical
    Thanks
    64
    Thanked 140 Times in 135 Posts

    Default Re: help with eigenvectors please

    Quote Originally Posted by gspease839 View Post
    im not sure how to solve this on paper either.

    Then you'd better start with solving this issue before even beginning to consider the Java coding!

    Your current problem is not yet a "Java" problem. Time to start Googling, methinks.

Similar Threads

  1. finding unit length eigenvectors help
    By gspease839 in forum What's Wrong With My Code?
    Replies: 1
    Last Post: March 17th, 2013, 01:59 PM