another syntax to obtain eigenvalues?

Is there any other syntax to find eigenvalues of pencil matrix differes from eig?

5 Comments

What are you looking for in a different syntax?
eigs will compute the largest eigenvalues but i'm looking for the smallest eigenvalues..
I have a large pencil matrix and eig gives me eigenvalues out of the numerical range. I'm trying to figure out if there is another way to calculate the eigenvalues..
https://www.mathworks.com/help/matlab/ref/eigs.html#bu2_q3e-sigma
You can ask for smallestreal or smallestabs
ok thank you Walter..

Answers (0)

This question is closed.

Products

Asked:

on 26 Apr 2020

Closed:

on 20 Aug 2021

Community Treasure Hunt

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

Start Hunting!