<< issymmetric | Linear algebra | logm >> |
K = kron(A, B) |
a matrix: scalars, vectors or matrices.
a matrix: scalars, vectors or matrices.
result: Kronecker Tensor Product.
K = kron(A, B) computes the Kronecker tensor product of matrices A and B.
A = [1, 2; 3, 4];
B = [0, 5; 6, 7];
K = kron(A, B)
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET