Given a matrix, return the last eigen value - MATLAB Cody - MATLAB Central

Problem 1057. Given a matrix, return the last eigen value

Difficulty:Rate

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

Solution Stats

64.86% Correct | 35.14% Incorrect
Last Solution submitted on Oct 13, 2025

Problem Comments

Solution Comments

Show comments
Join Cody Contest 2025 — Have Fun and Win Prizes!
...
We’re excited to invite you to Cody Contest 2025! 🎉 Pick a team,...

Problem Recent Solvers228

Suggested Problems

More from this Author11

Problem Tags

eig

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!