RosettaCodeData/Task/Kronecker-product/Mathematica/kronecker-product.math

4 lines
174 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
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