RosettaCodeData/Task/Kronecker-product/Mathematica/kronecker-product.math
2023-07-01 13:44:08 -04:00

3 lines
174 B
Text

KroneckerProduct[{{1, 2}, {3, 4}}, {{0, 5}, {6, 7}}]//MatrixForm
KroneckerProduct[{{0, 1, 0}, {1, 1, 1}, {0, 1, 0}},
{{1, 1, 1, 1}, {1, 0, 0, 1}, {1, 1, 1, 1}}]//MatrixForm