2
$\begingroup$

Can someone explain to me the concept of a Colleague Matrix. I tried to find some information online and I haven't been able to find anything.

Example..

Given the function $$f (x) = x\bigg(x − {1\over4}\bigg)\bigg(x − {1\over2}\bigg)$$

show that its colleague matrix is given by

$C = \begin{bmatrix}0 & 1 & 0\\{1\over2} & 0 & {1\over2}\\{3\over4} & -{5\over4} & {3\over4}\end{bmatrix}$

  • 2
    As a general rule, if there's neither a Wikipedia article nor a MathWorld entry for a term you use and a Google search doesn't lead to a well-known site that has a definition, it makes sense to include a definition of the term in your question.2012-11-13
  • 0
    That's the thing, I don't know what the definition is. This question is in one of my problem sets but I can't find anything on the subject.2012-11-13
  • 4
    From [this text](http://www2.maths.ox.ac.uk/chebfun/ATAP/chap18.m): *Theorem 18.1. Polynomial roots and colleague matrix eigenvalues.* The roots of the polynomial $$ p(x) = \sum_{k=0}^n a_k T_k(x),\quad a_n \ne 0 $$ are the eigenvalues of the matrix $$C=\begin{pmatrix} 0&1\\ {1\over 2}&0&{1\over 2}\\ &{1\over 2}&0&{1\over 2}\\ &&\ddots&\ddots&\ddots\\ &&&&&{1\over 2}\\ &&&&{1\over 2}&0 \end{pmatrix} - {1\over 2 a_n} \begin{pmatrix} 0 & 0 & 0 & \dots & 0 \\ \dots & \dots & \dots & \dots & \dots \\ 0 & 0 & 0 & \dots & 0 \\ a_0 & a_1 & a_2 & \dots & a_{n-1}\end{pmatrix} . $$2012-11-13
  • 3
    This seems to be a better version: http://www.math.washington.edu/Seminars/Milliman/TrefethenDay2_handout.pdf2012-11-13

1 Answers 1