i'm trying to solve a polynomial eigen value problem in python and i need a function like polyeig in matlab, is there any library that is capable of doing this?
The problem that i'm trying to solve is of the form
c0+c1*alpha+c2*alpha**2+c3*alpha**3=0
where c is a matrix and alpha the eigen values of the given problem.