同伴行列 の基本
Basics of the companion matrix
1導入 どうにゅう
この
1Introduction
The
Do not confuse the companion matrix with the
2用語 ようご と定義 ていぎ
モニック
を
で
2Terms and definitions
For a monic polynomial
define its
Some books use the transpose convention. The characteristic polynomial is unchanged by transpose, so the essential construction is the same.
3方針 ほうしん
- なら、 は の
固有値 こゆうち eigenvalue である。 逆 ぎゃく に、 が の固有値 こゆうち eigenvalue なら、 である。- の
特性多項式 とくせいたこうしき characteristic polynomial は である。
が
3Plan
We prove three facts: roots of are eigenvalues of , eigenvalues of are roots of , and the characteristic polynomial of is . The last row encodes the relation
4直感的 ちょっかんてき な説明 せつめい
と
そのため、 となる
が
4Intuitive explanation
The companion matrix records multiplication by while using the relation to rewrite in terms of lower powers. If , then
becomes an eigenvector of with eigenvalue .
5厳密 げんみつ な説明 せつめい
5.11. 根 こん から固有 こゆう ベクトルeigenvector を作 つく る
とする。
と
である。これは の
である。 より
なので、
である。これは の
であり、 は の
5.22. 固有値 こゆうち eigenvalue から根 こん を得 え る
とし、 とする。
である。もし なら、
である。
である。 を
となる。したがって
である。
5.33. 特性多項式 とくせいたこうしき characteristic polynomial が になる理由 りゆう
とする。
は
かつ
を
である。さらに は そのものなので、
である。
である。したがって
である。
5Precise explanation
5.11. Roots give eigenvectors
If , set
The first components of are . The last component is
because . Hence .
5.22. Eigenvalues give roots
Conversely, if with , the first rows force
The vector would be zero if , so . The last row then gives .
5.33. Why the characteristic polynomial is
Let . Transpose preserves the characteristic polynomial. The matrix satisfies
and
Thus . Since is a basis, no nonzero polynomial of degree less than can annihilate . Hence the minimal polynomial of is . The minimal polynomial divides the characteristic polynomial, and both are monic of degree , so the characteristic polynomial is . Therefore .
6具体例 ぐたいれい
とする。これは
で である。したがって
である。 なので、 の
たとえば について
とすると、
である。
6Worked example
For
the companion matrix is
Since , the eigenvalues are . For ,
7別 べつ の見方 みかた :巡回基底 じゅんかいきてい cyclic basis
が
この
7Another viewpoint: cyclic bases
A companion matrix is also the matrix representation in a
is a basis, then shifts each basis vector to the next one, and the last vector is rewritten using the polynomial relation. This viewpoint connects companion matrices to minimal polynomials and later canonical forms.
data/lecture/math/linear-algebra/minimal-polynomial-basics.lecture.n.md data/lecture/math/linear-algebra/introduction-to-jordan-canonical-form.lecture.n.md8見分 みわ け方 かた
多項式 たこうしき の根 こん を固有値問題 こゆうちもんだい eigenvalue problem として扱 あつか いたいとき、同伴行列 どうはんぎょうれつ companion matrix を作 つく る。特性多項式 だけを特性多項式 とくせいたこうしき 指定 してい して行列 ぎょうれつ matrix の例 れい を作 つく りたいときにも、同伴行列 どうはんぎょうれつ companion matrix が使 つか える。随伴行列 という随伴行列 ずいはんぎょうれつ 語 ご が出 で たら、余因子 よいんし cofactor から作 つく る逆行列 ぎゃくぎょうれつ inverse matrix の公式 こうしき の道具 どうぐ であり、同伴行列 どうはんぎょうれつ companion matrix とは別 べつ である。
8How to recognize when to use this
Use a companion matrix when turning a polynomial root problem into an eigenvalue problem, or when constructing a matrix with a prescribed characteristic polynomial. The adjugate matrix from cofactors is a different object.
9どこまで成立 せいりつ するか
この
9Scope
This lecture treats monic polynomials. A polynomial with nonzero leading coefficient can first be divided by that coefficient. The companion matrix can be defined even when the roots are not in the base field; to see all eigenvalues, one may extend the field.
10最終形 さいしゅうけい
10Final forms
11一言 ひとこと でいうと
同伴行列 どうはんぎょうれつ companion matrix は、多項式 たこうしき polynomial を特性多項式 とくせいたこうしき characteristic polynomial として同伴 どうはん する行列 ぎょうれつ matrix である。多項式 たこうしき の根 こん は、その同伴行列 どうはんぎょうれつ companion matrix の固有値 こゆうち eigenvalue である。
12演習 えんしゅう リンク
data/exercise/math/linear-algebra/eigenvalues-diagonalization-and-extensions.exercise.n.md
11In one sentence
- A companion matrix accompanies a polynomial by making it the characteristic polynomial.
- The roots of the polynomial are the eigenvalues of the companion matrix.