Find the eigenvalues y for a given matrix x.
Solution Stats
Problem Comments
3 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers440
Suggested Problems
-
What is the distance from point P(x,y) to the line Ax + By + C = 0?
560 Solvers
-
Number of 1s in a binary string
11575 Solvers
-
306 Solvers
-
Celsius to Fahrenheit converter
674 Solvers
-
Sum of first n positive integers
630 Solvers
More from this Author13
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
This is my first trail
simple and basic problem
Good trial, but consider using a less revealing test suite, like:
y_correct = [ -0.372281323269014 ; 5.372281323269014];
Thanks!