3 lines
174 B
Text
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
|