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 2 of 2

Thread: finding unit length eigenvectors help

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

    Default finding unit length eigenvectors help

    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: finding unit length eigenvectors help

    Please do not multi-post the same question in the forum!

    Closing.

Similar Threads

  1. Group/Unit, Folder/File?
    By rohmoh in forum Java Theory & Questions
    Replies: 1
    Last Post: October 3rd, 2012, 06:13 PM
  2. Java Unit Testing How-To Gettin' started
    By Massaslayer in forum Java Theory & Questions
    Replies: 2
    Last Post: May 1st, 2012, 07:58 AM
  3. HTML Unit Help
    By Seegee in forum What's Wrong With My Code?
    Replies: 7
    Last Post: April 2nd, 2012, 08:38 PM
  4. Finding the length of a two dimensional array
    By petemyster in forum Java Theory & Questions
    Replies: 2
    Last Post: December 12th, 2010, 10:21 PM
  5. Unit Vector
    By mingming8888 in forum Java Theory & Questions
    Replies: 2
    Last Post: October 14th, 2010, 02:53 PM

Tags for this Thread