二項積

曖昧さ回避 この項目では、テンソルについて説明しています。一般の項数が2の積については「二項演算」をご覧ください。

多重線型代数学における二項積(にこうせき、: dyadic)あるいは二項テンソル (dyadic tensor) は、二つのベクトルのある種の積として得られる二階テンソルである。二項積はしばしば二つのベクトルを併置することで表され、しかしその振舞いは行列に対応する法則に従う。二項積に関する用語や概念は今日では比較的時代遅れのものであるが、連続体力学電磁気学などの物理学において引き続き用例がある。

二項積の記法を確立した最初の人はジョサイア・ウィラード・ギブスで1884年の事である。

(本項では、大文字太字は二項積、小文字太字はベクトルを表すものとする。別な表記法として二項積およびベクトルのそれぞれに二重および一重の上付きまたは下付きのバーを付けるものがある。)

定義と用語法

二項積・外積・テンソル積

二項積テンソル、単純二項積あるいは単に二項積 (dyad; ダイアド) は二つの(一般には複素係数の)ベクトルに二項積を施した結果として得られる二次の二階テンソルである。一般に二次のテンソルを総称して二項積(dyadic) と呼ぶ。

同じ積を表すのにいくつか用語法と記法が存在する:

二項積 (dyadic product)
ベクトル a, b の二項積はこれらを併置した ab で表される。
外積(直積) (outer product)
列ベクトル a, b の外積は ab あるいは ab で表される("⊤" は転置である)。
テンソル積 (tensor product)
ベクトル a, b のテンソル積は ab で表される。

本項で扱う文脈においてこれらは互いに同じものを定める同義語であるが、テンソル積はより一般の対象に対してより抽象的な意味でも用いられることに注意すべきである。また「外積」(outer product) は全く別の概念である交叉積やより抽象的な楔積に対しても用いられる。

三次元ユークリッド空間の場合

これらの語法の等価性を見るために、三次元のユークリッド空間を例に取ろう。i, j, k(あるいは e1, e2, e3)を基本ベクトルとして、二つのベクトル

a = a 1 i + a 2 j + a 3 k , {\displaystyle \mathbf {a} =a_{1}\mathbf {i} +a_{2}\mathbf {j} +a_{3}\mathbf {k} ,}
b = b 1 i + b 2 j + b 3 k {\displaystyle \mathbf {b} =b_{1}\mathbf {i} +b_{2}\mathbf {j} +b_{3}\mathbf {k} }

を考える。a, b の二項積は「九元数の形」(nonion form) と呼ばれる和

a b = a 1 b 1 i i + a 1 b 2 i j + a 1 b 3 i k + a 2 b 1 j i + a 2 b 2 j j + a 2 b 3 j k + a 3 b 1 k i + a 3 b 2 k j + a 3 b 3 k k {\displaystyle {\begin{alignedat}{6}\mathbf {ab} =&&a_{1}b_{1}&\;\mathbf {ii} &{}+a_{1}b_{2}&\;\mathbf {ij} &{}+a_{1}b_{3}&\;\mathbf {ik} \\&&{}+a_{2}b_{1}&\;\mathbf {ji} &{}+a_{2}b_{2}&\;\mathbf {jj} &{}+a_{2}b_{3}&\;\mathbf {jk} \\&&{}+a_{3}b_{1}&\,\mathbf {ki} &{}+a_{3}b_{2}&\,\mathbf {kj} &{}+a_{3}b_{3}&\,\mathbf {kk} \end{alignedat}}}

や、列ベクトルや行ベクトルの(ベクトルを成分とするような)拡張を考えることにより 3 × 3 行列

a b ( a 1 b 1 a 1 b 2 a 1 b 3 a 2 b 1 a 2 b 2 a 2 b 3 a 3 b 1 a 3 b 2 a 3 b 3 ) = ( a 1 a 2 a 3 ) ( b 1 b 2 b 3 ) a b a b {\displaystyle \mathbf {ab} \equiv {\begin{pmatrix}a_{1}b_{1}&a_{1}b_{2}&a_{1}b_{3}\\a_{2}b_{1}&a_{2}b_{2}&a_{2}b_{3}\\a_{3}b_{1}&a_{3}b_{2}&a_{3}b_{3}\end{pmatrix}}={\begin{pmatrix}a_{1}\\a_{2}\\a_{3}\end{pmatrix}}{\begin{pmatrix}b_{1}&b_{2}&b_{3}\end{pmatrix}}\equiv \mathbf {a} \otimes \mathbf {b} \equiv \mathbf {ab} ^{\top }}

で表現することができる(これが a, b のテンソル積の結果と同じであることに注意せよ)。

単純二項積 (dyad) は上記の和のあるいは行列の成分を言う。つまり基底ベクトルの併置に係数をかけたものである。

基本ベクトル i, j, k

i = e 1 = ( 1 0 0 ) , j = e 2 = ( 0 1 0 ) , k = e 3 = ( 0 0 1 ) {\displaystyle \mathbf {i} =\mathbf {e} _{1}={\begin{pmatrix}1\\0\\0\end{pmatrix}},\mathbf {j} =\mathbf {e} _{2}={\begin{pmatrix}0\\1\\0\end{pmatrix}},\mathbf {k} =\mathbf {e} _{3}={\begin{pmatrix}0\\0\\1\end{pmatrix}}}

で表される(転置をとる流儀もある)のと同様に、基本二項積テンソルは

i i = ( 1 0 0 0 0 0 0 0 0 ) , j i = ( 0 0 0 1 0 0 0 0 0 ) , j k = ( 0 0 0 0 0 1 0 0 0 ) , {\displaystyle \mathbf {ii} ={\begin{pmatrix}1&0&0\\0&0&0\\0&0&0\end{pmatrix}},\ldots \mathbf {ji} ={\begin{pmatrix}0&0&0\\1&0&0\\0&0&0\end{pmatrix}},\ldots \mathbf {jk} ={\begin{pmatrix}0&0&0\\0&0&1\\0&0&0\end{pmatrix}},\ldots }

のような表現を持つ。例えば:

A = 2 i j + 3 2 j i 8 π j k + 2 2 3 k k = 2 ( 0 1 0 0 0 0 0 0 0 ) + 3 2 ( 0 0 0 1 0 0 0 0 0 ) 8 π ( 0 0 0 0 0 1 0 0 0 ) + 2 2 3 ( 0 0 0 0 0 0 0 0 1 ) = ( 0 2 0 3 / 2 0 8 π 0 0 2 2 3 ) {\displaystyle {\begin{aligned}\mathbf {A} &=2\mathbf {ij} +{\frac {\sqrt {3}}{2}}\mathbf {ji} -8\pi \mathbf {jk} +{\frac {2{\sqrt {2}}}{3}}\mathbf {kk} \\&=2{\begin{pmatrix}0&1&0\\0&0&0\\0&0&0\end{pmatrix}}+{\frac {\sqrt {3}}{2}}{\begin{pmatrix}0&0&0\\1&0&0\\0&0&0\end{pmatrix}}-8\pi {\begin{pmatrix}0&0&0\\0&0&1\\0&0&0\end{pmatrix}}+{\frac {2{\sqrt {2}}}{3}}{\begin{pmatrix}0&0&0\\0&0&0\\0&0&1\end{pmatrix}}\\&={\begin{pmatrix}0&2&0\\{\sqrt {3}}/2&0&-8\pi \\0&0&{\frac {2{\sqrt {2}}}{3}}\end{pmatrix}}\end{aligned}}}

3-個より少ない数の単純二項積の和に簡約することのできない二項積は完全 (complete) であると言う。このとき、成分ベクトルは平面的でない (non-coplanar)[疑問点 – ノート] see Chen (1983)

三次元ベクトルの二項積の分類
行列式 余因子行列 階数
零階 = 0 = 0 rank 0: 零行列
一階 (線型) = 0 = 0 rank 1: 少なくとも一つの成分が 0 でなく、ひとつの単純二項積で書ける
二階 (平面的) = 0 ≠ 0: 一つの単純二項積で書ける rank 2: 少なくとも一つ 2 × 2 小行列式が 0 でない
三階 (完全) ≠ 0 ≠ 0 rank 3: 行列式が 0 でない

一般次元のユークリッド空間

三次元の場合を容易に N-次元に拡張できる。標準基底 ei (i = 1, 2, 3, …, N) で表した二つのベクトル

a = i = 1 N a i e i = a 1 e 1 + a 2 e 2 + a N e N {\displaystyle \mathbf {a} =\sum _{i=1}^{N}a_{i}\mathbf {e} _{i}=a_{1}\mathbf {e} _{1}+a_{2}\mathbf {e} _{2}+\cdots a_{N}\mathbf {e} _{N}}
b = j = 1 N b j e j = b 1 e 1 + b 2 e 2 + b N e N {\displaystyle \mathbf {b} =\sum _{j=1}^{N}b_{j}\mathbf {e} _{j}=b_{1}\mathbf {e} _{1}+b_{2}\mathbf {e} _{2}+\cdots b_{N}\mathbf {e} _{N}}

に対して、これらの二項積 (dyadic product) は代数的な和

A = a b = j = 1 N i = 1 N a i b j e i e j . {\displaystyle \mathbf {A} =\mathbf {ab} =\sum _{j=1}^{N}\sum _{i=1}^{N}a_{i}b_{j}{\mathbf {e} }_{i}\mathbf {e} _{j}.}

であり、行列の形に書けば

( a 1 a 2 a N ) ( b 1 b 2 b N ) = ( a 1 b 1 a 1 b 2 a 1 b N a 2 b 1 a 2 b 2 a 2 b N a N b 1 a N b 2 a N b N ) {\displaystyle {\begin{pmatrix}a_{1}\\a_{2}\\\vdots \\a_{N}\end{pmatrix}}{\begin{pmatrix}b_{1}&b_{2}&\cdots &b_{N}\end{pmatrix}}={\begin{pmatrix}a_{1}b_{1}&a_{1}b_{2}&\cdots &a_{1}b_{N}\\a_{2}b_{1}&a_{2}b_{2}&\cdots &a_{2}b_{N}\\\vdots &\vdots &\ddots &\vdots \\a_{N}b_{1}&a_{N}b_{2}&\cdots &a_{N}b_{N}\end{pmatrix}}}

となる。(二次テンソル冪 2(V) の元という意味での)一般の二項積テンソル (dyadic) A は二項積多項式 (dyadic polynomial) とも呼ばれ、複数のベクトル ai, bj の単純二項積の線型和

A = i a i b i = a 1 b 1 + a 2 b 2 + a 3 b 3 + {\displaystyle \mathbf {A} =\sum _{i}\mathbf {a} _{i}\mathbf {b} _{i}=\mathbf {a} _{1}\mathbf {b} _{1}+\mathbf {a} _{2}\mathbf {b} _{2}+\mathbf {a} _{3}\mathbf {b} _{3}+\dotsb }

である。次元と同じ数 N-個より少ない数の単純二項積の和に簡約することのできない二項積は完全 (complete) であると言う。

性質

二項積の定義から直接に以下の等式が成り立つことが分かる[1]

  1. スカラー倍と両立する:
    ( α a ) b = a ( α b ) = α ( a b ) {\displaystyle (\alpha \mathbf {a} )\mathbf {b} =\mathbf {a} (\alpha \mathbf {b} )=\alpha (\mathbf {a} \mathbf {b} )} .
    (α は任意のスカラー)
  2. ベクトルの加法に対して分配的:
    a ( b + c ) = a b + a c , {\displaystyle \mathbf {a} (\mathbf {b} +\mathbf {c} )=\mathbf {ab} +\mathbf {ac} ,}
    ( a + b ) c = a c + b c . {\displaystyle (\mathbf {a} +\mathbf {b} )\mathbf {c} =\mathbf {ac} +\mathbf {bc} .}

二項積の代数学

ベクトルと二項積との乗法

ベクトル同士の演算に基づいて、(結果がまた二項積となるように)ベクトルと二項積の間に四種類の積を構成できる。

左乗法 右乗法
ドット積
点乗積
c ( a b ) = ( c a ) b {\displaystyle \mathbf {c} \cdot (\mathbf {a} \mathbf {b} )=(\mathbf {c} \cdot \mathbf {a} )\mathbf {b} } ( a b ) c = a ( b c ) {\displaystyle (\mathbf {a} \mathbf {b} )\cdot \mathbf {c} =\mathbf {a} (\mathbf {b} \cdot \mathbf {c} )}
クロス積
交叉積
c × ( a b ) = ( c × a ) b {\displaystyle \mathbf {c} \times (\mathbf {ab} )=(\mathbf {c} \times \mathbf {a} )\mathbf {b} } ( a b ) × c = a ( b × c ) {\displaystyle (\mathbf {ab} )\times \mathbf {c} =\mathbf {a} (\mathbf {b} \times \mathbf {c} )}

二項積同士の乗法

二項積同士の積がまた二項積となるように五種類の演算を以下のように定義する。a, b, c, d はベクトルとする。

点乗積 交叉積
点乗積 点乗積: a b c d := a ( b c ) d = ( b c ) a d {\displaystyle \mathbf {a} \mathbf {b} \cdot \mathbf {c} \mathbf {d} :=\mathbf {a} (\mathbf {b} \cdot \mathbf {c} )\mathbf {d} =(\mathbf {b} \cdot \mathbf {c} )\mathbf {a} \mathbf {d} } 二重点乗積: a b : c d := ( a d ) ( b c ) , or a b : c d := c a b d = ( a c ) ( b d ) . {\displaystyle {\begin{aligned}\mathbf {ab} :\mathbf {cd} &:=(\mathbf {a} \cdot \mathbf {d} )(\mathbf {b} \cdot \mathbf {c} ),\quad {\text{or}}\\\mathbf {ab} :\mathbf {cd} &:=\mathbf {c} \cdot \mathbf {ab} \cdot \mathbf {d} =(\mathbf {a} \cdot \mathbf {c} )(\mathbf {b} \cdot \mathbf {d} ).\end{aligned}}} 点交叉積: a b × c d := ( a c ) ( b × d ) {\displaystyle \mathbf {ab} \mathop {_{\textstyle \times }} ^{\textstyle \cdot }\mathbf {c} \mathbf {d} :=(\mathbf {a} \cdot \mathbf {c} )(\mathbf {b} \times \mathbf {d} )}
交叉積 交叉点乗積:

a b × c d := ( a × c ) ( b d ) {\displaystyle \mathbf {ab} \mathop {_{\textstyle \cdot }} ^{\textstyle \times }\mathbf {cd} :=(\mathbf {a} \times \mathbf {c} )(\mathbf {b} \cdot \mathbf {d} )}

二重交叉積: a b × × c d := ( a × c ) ( b × d ) {\displaystyle \mathbf {ab} \mathop {_{\textstyle \times }} ^{\textstyle \times }\mathbf {cd} :=(\mathbf {a} \times \mathbf {c} )(\mathbf {b} \times \mathbf {d} )}

一般二項積テンソル

A = i a i b i , B = i c i d i {\displaystyle \mathbf {A} =\sum _{i}\mathbf {a} _{i}\mathbf {b} _{i},\quad \mathbf {B} =\sum _{i}\mathbf {c} _{i}\mathbf {d} _{i}}

に対しては:

点乗積 交叉積
点乗積 点乗積: A B := j i ( b i c j ) a i d j {\displaystyle \mathbf {A} \cdot \mathbf {B} :=\sum _{j}\sum _{i}(\mathbf {b} _{i}\cdot \mathbf {c} _{j})\mathbf {a} _{i}\mathbf {d} _{j}} 二重点乗積: A : B := j i ( a i d j ) ( b i c j ) , or A : B := j i ( a i c j ) ( b i d j ) . {\displaystyle {\begin{aligned}\mathbf {A} :\mathbf {B} &:=\sum _{j}\sum _{i}(\mathbf {a} _{i}\cdot \mathbf {d} _{j})(\mathbf {b} _{i}\cdot \mathbf {c} _{j}),\quad {\text{or}}\\\mathbf {A} :\mathbf {B} &:=\sum _{j}\sum _{i}(\mathbf {a} _{i}\cdot \mathbf {c} _{j})(\mathbf {b} _{i}\cdot \mathbf {d} _{j}).\end{aligned}}} 点交叉積: A × B := j i ( a i c j ) ( b i × d j ) {\displaystyle \mathbf {A} \mathop {_{\textstyle \times }} ^{\textstyle \cdot }\mathbf {B} :=\sum _{j}\sum _{i}(\mathbf {a} _{i}\cdot \mathbf {c} _{j})(\mathbf {b} _{i}\times \mathbf {d} _{j})}
交叉積 交叉点乗積: A × B := j i ( a i × c j ) ( b i d j ) {\displaystyle \mathbf {A} \mathop {_{\textstyle \cdot }} ^{\textstyle \times }\mathbf {B} :=\sum _{j}\sum _{i}(\mathbf {a} _{i}\times \mathbf {c} _{j})(\mathbf {b} _{i}\cdot \mathbf {d} _{j})} 二重交叉積: A × × B := i , j ( a i × c j ) ( b i × d j ) {\displaystyle \mathbf {A} \mathop {_{\textstyle \times }} ^{\textstyle \times }\mathbf {B} :=\sum _{i,j}(\mathbf {a} _{i}\times \mathbf {c} _{j})(\mathbf {b} _{i}\times \mathbf {d} _{j})}

ダブルドット積

ダブルドット積(二重点乗積)の定義には二通りあり、何れの意味で用いる規約になっているのかは文脈に注意すべきである。この二項積同士の積に対応する行列の演算はなく、このような定義を持ち出すことに疑問は無かろう。

通常のドット積(点乗積)が可換であるため、このダブルドット積(二重点乗積)もまたそうなる:

A : B = B : A . {\displaystyle \mathbf {A} :\mathbf {B} =\mathbf {B} :\mathbf {A} .}

ダブルドット積(二重点乗積)は転置に関して特別の性質を持つ:

A : B = A : B . {\displaystyle \mathbf {A} :\mathbf {B} ^{\top }=\mathbf {A} ^{\top }:\mathbf {B} .}

他には:

A : B = ( A B ) : I = ( B A ) : I . {\displaystyle \mathbf {A} :\mathbf {B} =(\mathbf {A} \cdot \mathbf {B} ^{\top }):\mathbf {I} =(\mathbf {B} \cdot \mathbf {A} ^{\top }):\mathbf {I} .}

ダブルクロス積

任意の二つのベクトル a, b の二項積に対して、そのダブルクロス積(二重交叉平方、自身との二重交叉積)は必ず 0 になる:

a b × × a b = ( a × a ) ( b × b ) = 0. {\displaystyle \mathbf {ab} \mathop {_{\textstyle \times }} ^{\textstyle \times }\mathbf {ab} =(\mathbf {a} \times \mathbf {a} )(\mathbf {b} \times \mathbf {b} )=0.}

しかし一般の二項積テンソルに対して、そのダブルクロス積(二重交叉平方)は一般には 0 でない。例えばどの二つも一致しないベクトルから得られる一般二項積

A = i = 1 3 a i b i {\displaystyle \mathbf {A} =\sum _{i=1}^{3}\mathbf {a} _{i}\mathbf {b} _{i}}

に対して、積(平方)

A × × A = 2 [ ( a 1 × a 2 ) ( b 1 × b 2 ) + ( a 2 × a 3 ) ( b 2 × b 3 ) + ( a 3 × a 1 ) ( b 3 × b 1 ) ] {\displaystyle \mathbf {A} \mathop {_{\textstyle \times }} ^{\textstyle \times }\mathbf {A} =2[(\mathbf {a} _{1}\times \mathbf {a} _{2})(\mathbf {b} _{1}\times \mathbf {b} _{2})+(\mathbf {a} _{2}\times \mathbf {a} _{3})(\mathbf {b} _{2}\times \mathbf {b} _{3})+(\mathbf {a} _{3}\times \mathbf {a} _{1})(\mathbf {b} _{3}\times \mathbf {b} _{1})]}

0 でない。

テンソルの縮約

詳細は「テンソル縮約」を参照

二項積を基本ベクトルで展開してベクトルの併置を点乗積に置き換えれば、蹟 (spur) あるいは展開因子 (expansion factor) が得られる。

| A | = A 11 i i + A 12 i j + A 13 i k + A 21 j i + A 22 j j + A 23 j k + A 31 k i + A 32 k j + A 33 k k = A 11 + A 22 + A 33 . {\displaystyle {\begin{aligned}|\mathbf {A} |&=\quad A_{11}\,\mathbf {i\cdot i} +A_{12}\,\mathbf {i\cdot j} +A_{13}\,\mathbf {i\cdot k} \\&\quad +A_{21}\,\mathbf {j\cdot i} +A_{22}\,\mathbf {j\cdot j} +A_{23}\,\mathbf {j\cdot k} \\&\quad +A_{31}\mathbf {k\cdot i} +A_{32}\mathbf {k\cdot j} +A_{33}\mathbf {k\cdot k} \\&=A_{11}+A_{22}+A_{33}.\end{aligned}}}

この二項積の縮約をアインシュタインの和の規約に従って添字記法で書けば

| A | = A i i . {\displaystyle |\mathbf {A} |=A_{i}{}^{i}.}

また三次元の場合に限られるが、併置をクロス積(交叉積)で置き換えれば回転因子 (rotation factor) が得られる:

A = A 11 i × i + A 12 i × j + A 31 i × k + A 21 j × i + A 22 j × j + A 23 j × k + A 31 k × i + A 32 k × j + A 33 k × k = A 12 k A 31 j A 21 k + A 23 i + A 31 j A 32 i = ( A 23 A 32 ) i + ( A 31 A 13 ) j + ( A 12 A 21 ) k . {\displaystyle {\begin{aligned}\langle \mathbf {A} \rangle &=\quad A_{11}\,\mathbf {i} \times \mathbf {i} +A_{12}\,\mathbf {i} \times \mathbf {j} +A_{31}\,\mathbf {i} \times \mathbf {k} \\&\quad +A_{21}\,\mathbf {j} \times \mathbf {i} +A_{22}\,\mathbf {j} \times \mathbf {j} +A_{23}\,\mathbf {j} \times \mathbf {k} \\&\quad +A_{31}\mathbf {k} \times \mathbf {i} +A_{32}\mathbf {k} \times \mathbf {j} +A_{33}\mathbf {k} \times \mathbf {k} \\&=\quad A_{12}\mathbf {k} -A_{31}\mathbf {j} -A_{21}\mathbf {k} \\&\quad +A_{23}\,\mathbf {i} \,+A_{31}\mathbf {j} -A_{32}\mathbf {i} \\&=(A_{23}-A_{32})\mathbf {i} +(A_{31}-A_{13})\mathbf {j} +(A_{12}-A_{21})\mathbf {k} .\end{aligned}}}

A のこの縮約をレヴィ–チヴィタテンソルで書けば:

A = ϵ i j k A j k . {\displaystyle \langle \mathbf {A} \rangle ={\epsilon _{i}}^{jk}A_{jk}.}

特別な二項積

Unit dyadic

単位二項積 (Unit dyadic) すなわち任意のベクトル a に対して以下を満たす二項積 I が存在する:

I a = a I = a . {\displaystyle \mathbf {I} \cdot \mathbf {a} =\mathbf {a} \cdot \mathbf {I} =\mathbf {a} .}

三次元の場合に、基底ベクトル a, b, c およびその逆ベクトル ˆa, ˆb, ˆc を用いれば単位二項積は

I = a a ^ + b b ^ + c c ^ {\displaystyle \mathbf {I} =\mathbf {a} {\hat {\mathbf {a} }}+\mathbf {b} {\hat {\mathbf {b} }}+\mathbf {c} {\hat {\mathbf {c} }}}

と書ける。標準基底(基本ベクトル)で書けば

I = i i + j j + k k {\displaystyle \mathbf {I} =\mathbf {ii} +\mathbf {jj} +\mathbf {kk} }

である。対応する行列

I = ( 1 0 0 0 1 0 0 0 1 ) {\displaystyle \mathbf {I} ={\begin{pmatrix}1&0&0\\0&1&0\\0&0&1\\\end{pmatrix}}}

単位行列になる。

これは(併置記法が何を意味するのかという論理的な文脈で)より注意深く基礎付けることができる。有限次元ベクトル空間 VV 上の二項積テンソルは、V とその双対空間に関するテンソル積の基本テンソルである。

V とその双対空間 V とのテンソル積が V から V への線型写像の空間に線型同型であることに基づけば、二項積 vfwVf(w)v へ写す線型写像と看做すことができる。Vn-次元ユークリッド空間のときは、内積を用いて V はその双対空間と同一視できるから、二項積はユークリッド空間の二つのベクトルの基本テンソル積になる。

この意味で、基本二項積 ija1i + a2j + a3ka2i に写す三次元空間からそれ自身への写像であり、同様に jj は同じ和を a‍2j に写す。そうすると、ii + jj + kk は恒等写像(単位元)であるということにはっきりと意味ができて、これは a1i + a2j + a3k をそれ自身に写す。

単位二項積の性質
( a × I ) ( b × I ) = a b ( a b ) I , {\displaystyle (\mathbf {a} \times \mathbf {I} )\cdot (\mathbf {b} \times \mathbf {I} )=\mathbf {ab} -(\mathbf {a} \cdot \mathbf {b} )\mathbf {I} ,}
I × a b = b × a , {\displaystyle \mathbf {I} \mathop {_{\textstyle \cdot }} \limits ^{\textstyle \times }\mathbf {ab} =\mathbf {b} \times \mathbf {a} ,}
I × × A = ( A × × I ) I A , {\displaystyle \mathbf {I} \mathop {_{\textstyle \times }} \limits ^{\textstyle \times }\mathbf {A} =(\mathbf {A} \mathop {_{\textstyle \times }} \limits ^{\textstyle \times }\mathbf {I} )\mathbf {I} -\mathbf {A} ^{\top },}
I : a b = ( I a ) b = a b = tr ( a b ) . {\displaystyle \mathbf {I} :\mathbf {ab} =(\mathbf {I} \cdot \mathbf {a} )\cdot \mathbf {b} =\mathbf {a} \cdot \mathbf {b} =\operatorname {tr} (\mathbf {ab} ).}

ここで、 "tr" は対角和(蹟、trace)を表す。

Rotation dyadic

二次元の任意のベクトル a に対して単位二項積への左交叉積:

a × I {\displaystyle \mathbf {a} \times \mathbf {I} }

a の周りの 90° 反時計回りの回転を与える二項積である。あるいは、一般二項積テンソル

J = j i i j = ( 0 1 1 0 ) {\displaystyle \mathbf {J} =\mathbf {ji-ij} ={\begin{pmatrix}0&-1\\1&0\end{pmatrix}}}

も二次元の 90° 反時計回りの回転になる。これはベクトルに左点乗積で回転を表す:

( j i i j ) ( x i + y j ) = x j i i x i j i + y j i j y i j j = y i + x j , {\displaystyle (\mathbf {ji} -\mathbf {ij} )\cdot (x\mathbf {i} +y\mathbf {j} )=x\mathbf {ji} \cdot \mathbf {i} -x\mathbf {ij} \cdot \mathbf {i} +y\mathbf {ji} \cdot \mathbf {j} -y\mathbf {ij} \cdot \mathbf {j} =-y\mathbf {i} +x\mathbf {j} ,}

行列として書けば

( 0 1 1 0 ) ( x y ) = ( y x ) . {\displaystyle {\begin{pmatrix}0&-1\\1&0\end{pmatrix}}{\begin{pmatrix}x\\y\end{pmatrix}}={\begin{pmatrix}-y\\x\end{pmatrix}}.}

一般に、反時計回りの角 θ の二次元回転二項積は

I cos θ + J sin θ = ( cos θ sin θ sin θ cos θ ) {\displaystyle \mathbf {I} \cos \theta +\mathbf {J} \sin \theta ={\begin{pmatrix}\cos \theta &-\sin \theta \\\sin \theta &\;\cos \theta \end{pmatrix}}}

で与えられる。ただし、I, J は上で与えたものとする。

一般化

幾らかの文献において、二項積 (dyadic) を一般化して三項積 (triadic), 四項積 (tetradic), …, 多項積 (polyadic) などを同様の方法で定めるものがある[2]

関連項目

参考文献

  1. ^ Spencer (1992), page 19.
  2. ^ For example, I. V. Lindell and A. P. Kiselev (2001). “POLYADIC METHODS IN ELASTODYNAMICS”. Progress In Electromagnetics Research, PIER 31: 113–154.  [1]
  • P. Mitiguy (2009年). “Vectors and dyadics”. Stanford, USA. http://www.stanford.edu/class/me331b/documents/VectorBasisIndependent.pdf  Chapter 2
  • Spiegel, M.R.; Lipschutz, S.; Spellman, D. (2009). Vector analysis, Schaum's outlines. McGraw Hill. ISBN 978-0-07-161545-7 
  • A.J.M. Spencer (1992). Continuum Mechanics. Dover Publications. ISBN 0-486-43594-6 .
  • Morse, Philip M.; Feshbach, Herman (1953), “§1.6: Dyadics and other vector operators”, Methods of theoretical physics, Volume 1, New York: McGraw-Hill, pp. 54–92, ISBN 978-0-07-043316-8, MR0059774 .
  • Ismo V. Lindell (1996). Methods for Electromagnetic Field Analysis. Wiley-Blackwell. ISBN 978-0-7803-6039-6 .
  • Hollis C. Chen (1983). Theory of Electromagnetic Wave - A Coordinate-free approach. McGraw Hill. ISBN 978-0-07-010688-8 .

外部リンク

  • Advanced Field Theory, I.V.Lindel
  • Vector and Dyadic Analysis
  • Introductory Tensor Analysis
  • Nasa.gov, Foundations of Tensor Analysis for students of Physics and Engineering with an Introduction to the Theory of Relativity, J.C. Kolecki
  • Nasa.gov, An introduction to Tensors for students of Physics and Engineering, J.C. Kolecki
Glossary of tensor theory(英語版)
範囲 (Scope)
数学
物理学 • 工学
表記法 (Notation)
テンソルの定義
算法
関連事項
有名なテンソル
数学
物理学
数学者
カテゴリカテゴリ