Problem 1057. Given a matrix, return the last eigen value
Given a matrix, return the first eigen value
For example: x = magic(5)
17 24 1 8 15
23 5 7 14 16
4 6 13 20 22
10 12 19 21 3
11 18 25 2 9the function return the last term of eigen vector:
65.000 -21.277 -13.126 21.277 13.126
y = 13.126
Solution Stats
Problem Comments
-
4 Comments
How is it possible that the same matrix x in test 2 and test3 give different results? I guess you copy in the test 3 the wrong matrix?
Impossible to understand the tests
Too much variation on how many digits of precision you want
Now should be ok. Sorry but it is my first problem published.
For any question write me.
Solution Comments
Show commentsProblem Recent Solvers228
Suggested Problems
-
2506 Solvers
-
Generate a vector like 1,2,2,3,3,3,4,4,4,4
12981 Solvers
-
Output any real number that is neither positive nor negative
402 Solvers
-
The sum of the numbers in the vector
624 Solvers
-
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
390 Solvers
More from this Author11
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!