LinearAlgebra[KroneckerProduct] - 2 つの行列の Kronecker テンソル積の構築
|
使い方
|
|
KroneckerProduct(A, B, outopts)
|
|
パラメータ
|
|
A, B
|
-
|
行列
|
outopts
|
-
|
(オプション) outputoptions = list 形式の方程式; 結果オブジェクトのためのコンストラクタオプション
|
|
|
|
|
説明
|
|
•
|
KroneckerProduct 関数は行列 A および B の Kronecker テンソル積を計算します。
|
•
|
KroneckerProduct 関数は A および B で表される 2 つの線形変換の抽象テンソル積を計算するために使用できますが、ブロック行列を構築するのにもとても便利です。
|
•
|
outputoptions オプション (outopts) は結果を構築するための追加情報 (readonly, shape, storage, order, datatype, および attributes) を Matrix コンストラクタに提供します。
|
•
|
この関数は LinearAlgebra パッケージの一部であるため、KroneckerProduct(..) 形式での使用はその前に with(LinearAlgebra) コマンドが実行されている場合に限ります。ただしコマンドを長形式 LinearAlgebra[KroneckerProduct](..) で使用すれば、いつでもアクセス可能です。
|
|
|
例
|
|
>
|
|
>
|
|
| (4.1) |
>
|
|
| (4.2) |
>
|
|
| (4.3) |
>
|
|
| (4.4) |
>
|
|
| (4.5) |
>
|
|
| (4.6) |
>
|
|
| (4.7) |
>
|
|
| (4.8) |
>
|
|
| (4.9) |
>
|
|
| (4.10) |
|
|
Download Help Document
Was this information helpful?