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 9
the function return the last term of eigen vector:
65.000 -21.277 -13.126 21.277 13.126
y = 13.126
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.
Add more tests to make this question's scores more relevant!
All your base are belong to us
425 Solvers
Return elements unique to either input
478 Solvers
Getting the row and column location from a matrix
192 Solvers
190 Solvers
166 Solvers