テプリッツ行列

テプリッツ行列(テプリッツぎょうれつ、: Toeplitz Matrix)は、左から右の各下降対角線に沿って要素が一定であるような行列である。対角一定行列(たいかくいっていぎょうれつ、: Diagonal-Constant Matrix)とも。名前の由来は数学者 オットー・テプリッツ(英語版)。テプリッツ行列は次のような行列である。

[ a b c d e f a b c d g f a b c h g f a b j h g f a ] {\displaystyle {\begin{bmatrix}a&b&c&d&e\\f&a&b&c&d\\g&f&a&b&c\\h&g&f&a&b\\j&h&g&f&a\end{bmatrix}}}

任意の n×n 行列 A が次のような形式であれば、それをテプリッツ行列と呼ぶ。

A = [ a 0 a 1 a 2 a n + 1 a 1 a 0 a 1 a 2 a 1 a 1 a 2 a 1 a 0 a 1 a n 1 a 2 a 1 a 0 ] {\displaystyle {\boldsymbol {A}}={\begin{bmatrix}a_{0}&a_{-1}&a_{-2}&\ldots &\ldots &a_{-n+1}\\a_{1}&a_{0}&a_{-1}&\ddots &&\vdots \\a_{2}&a_{1}&\ddots &\ddots &\ddots &\vdots \\\vdots &\ddots &\ddots &\ddots &a_{-1}&a_{-2}\\\vdots &&\ddots &a_{1}&a_{0}&a_{-1}\\a_{n-1}&\ldots &\ldots &a_{2}&a_{1}&a_{0}\end{bmatrix}}}

i 行目、j 列目の A の要素を Ai,j と記述するとき、以下が成り立つ。

A i , j = A i 1 , j 1 {\displaystyle A_{i,j}=A_{i-1,j-1}}

特性

行列を使った方程式の一般形

A x = b {\displaystyle {\boldsymbol {A}}{\boldsymbol {x}}={\boldsymbol {b}}}

は、n線型方程式系を表す。この A がテプリッツ行列であった場合、その系はやや特殊となる(自由度n2 ではなく 2n − 1 になる)。したがって、テプリッツ系は通常より解きやすいと期待される。

これは次の変形で調べることができる。

A U n U m A {\displaystyle {\boldsymbol {A}}{\boldsymbol {U}}_{n}-{\boldsymbol {U}}_{m}{\boldsymbol {A}}}

これは階数が2で、 U k {\displaystyle {\boldsymbol {U}}_{k}} は down-shift operator である。特に単純な計算で次のように示すことができる。

A U n U m A = [ a 1 a n + 1 0 a n + 1 0 a n n 1 ] {\displaystyle {\boldsymbol {A}}{\boldsymbol {U}}_{n}-{\boldsymbol {U}}_{m}{\boldsymbol {A}}={\begin{bmatrix}a_{-1}&\cdots &a_{-n+1}&0\\\vdots &\ddots &&-a_{-n+1}\\\vdots &&\ddots &\vdots \\0&\cdots &\cdots &-a_{n-n-1}\end{bmatrix}}}

ここで、行列の空の場所はゼロに置換されている。

特性

2つのテプリッツ行列の加算は O(n) の時間でなされ、テプリッツ行列とベクトルの乗算は O(n log n)、2つのテプリッツ行列の乗算は O( n 2 {\displaystyle n^{2}} ) の時間でなされる。

テプリッツ系 A x = b {\displaystyle {\boldsymbol {A}}{\boldsymbol {x}}={\boldsymbol {b}}} は、レビンソン=ダービン・アルゴリズム(英語版)で Θ( n 2 {\displaystyle n^{2}} ) の時間で解ける。このアルゴリズムのバリエーションは James Bunch 的意味で弱安定性を有する(すなわち、良条件の線型系で数値的安定性を示す)。

有限次元空間に圧縮された三角関数多項式による乗算演算子はテプリッツ行列で表すことができるので、テプリッツ行列はフーリエ級数とも密接に関連する。

テプリッツ行列が a i = a i + n {\displaystyle a_{i}=a_{i+n}} という属性も持つ場合、それを巡回行列と呼ぶ。

テプリッツ行列は persymmetric(英語版)である。対称テプリッツ行列は中心対称(英語版)であり、かつ両対称(英語版)である。

畳み込みは行列の積で表すことができ、その際の入力の1つはテプリッツ行列に変換される。例えば、 h {\displaystyle {\boldsymbol {h}}} x {\displaystyle {\boldsymbol {x}}} の畳み込みは次のようになる。

y = h x = [ h 1 0 0 0 h 2 h 1 h 3 h 2 0 0 h 3 h 1 0 h m 1 h 2 h 1 h m h m 1 h 2 0 h m h m 2 0 0 h m 1 h m 2 h m h m 1 0 0 0 h m ] [ x 1 x 2 x 3 x n ] y = [ h 1 h 2 h 3 h m 1 h m ] [ x 1 x 2 x 3 x n 0 0 0 0 0 x 1 x 2 x 3 x n 0 0 0 0 0 x 1 x 2 x 3 x n 0 0 0 0 0 0 x 1 x n 2 x n 1 x n 0 0 0 0 x 1 x n 2 x n 1 x n ] {\displaystyle {\begin{aligned}{\boldsymbol {y}}&={\boldsymbol {h}}\ast {\boldsymbol {x}}\\&={\begin{bmatrix}h_{1}&0&\ldots &0&0\\h_{2}&h_{1}&\ldots &\vdots &\vdots \\h_{3}&h_{2}&\ldots &0&0\\\vdots &h_{3}&\ldots &h_{1}&0\\h_{m-1}&\vdots &\ldots &h_{2}&h_{1}\\h_{m}&h_{m-1}&\vdots &\vdots &h_{2}\\0&h_{m}&\ldots &h_{m-2}&\vdots \\0&0&\ldots &h_{m-1}&h_{m-2}\\\vdots &\vdots &\vdots &h_{m}&h_{m-1}\\0&0&0&\ldots &h_{m}\\\end{bmatrix}}{\begin{bmatrix}x_{1}\\x_{2}\\x_{3}\\\vdots \\x_{n}\\\end{bmatrix}}\\{\boldsymbol {y}}^{\intercal }&={\begin{bmatrix}h_{1}&h_{2}&h_{3}&\ldots &h_{m-1}&h_{m}\\\end{bmatrix}}{\begin{bmatrix}x_{1}&x_{2}&x_{3}&\ldots &x_{n}&0&0&0&\ldots &0\\0&x_{1}&x_{2}&x_{3}&\ldots &x_{n}&0&0&\ldots &0\\0&0&x_{1}&x_{2}&x_{3}&\ldots &x_{n}&0&\ldots &0\\\vdots &\vdots &\vdots &\vdots &\vdots &\ldots &\vdots &\vdots &\ldots &0\\0&\ldots &0&0&x_{1}&\ldots &x_{n-2}&x_{n-1}&x_{n}&\vdots \\0&\ldots &0&0&0&x_{1}&\ldots &x_{n-2}&x_{n-1}&x_{n}\\\end{bmatrix}}\end{aligned}}}

この手法は、自己相関相互相関移動平均などの計算にも拡張できる。

関連項目

外部リンク

  • Toeplitz and Circulant Matrices: A Review, by R. M. Gray
典拠管理データベース: 国立図書館 ウィキデータを編集
  • イスラエル
  • アメリカ