Eigen value of an interval matrix in matlab

91 Views Asked by At

A matrix, whose each element is any arbitary interval, is called interval matrix. I need to generate a code to find its eigen value.Can anyone answer this??

1

There are 1 best solutions below

1
On

If you have a matrix A you can find the vector containing its eigenvalues by:

eig(A)

if it's what are you asking. For further information you can refer to matlab documentation which is given here https://www.mathworks.com/help/matlab/