2

Suppose ${A_i}\in {\mathbb{C}^{n \times n}},(i = 0,1,2....m)$ and ${\rm{P(}}x {\rm{) = }}{{\rm{A}}_m}{x ^m} + .....{A_1}x + {A_0}$ is a matrix polynomial.

Is this true that the roots of $det(P(x))=0$ are Continuous?

U55
  • 21
  • can you clarify the question? $det(P(x))$ is just some polynomial of degree $\leq mn^2$, so as a function in $x$ it is continuous. What do you mean that its roots are continuous? – hunter Oct 03 '15 at 19:26
  • What's the purpose of posting questions with many different user accounts? If you stick to only one account, you can accumulate reputation points. When you have enough reputation points, you can gain more privileges, such as commenting on other users' postings, editing the others' questions or answers, offer bounties to questions, etc.. – user1551 Oct 03 '15 at 20:26

1 Answers1

1

$\det P(x)$ is a polynomial in $x$. Now, it is known that the roots of a polynomial vary continuously with the polynomial's coefficients (e.g. see here). Hence the roots of the polynomial equation $\det P(x)=0$ vary continuously with the entries of $A_0$ up to $A_m$.

user1551
  • 139,064