mirror of
https://github.com/PaddiM8/kalker.git
synced 2024-11-08 00:44:40 +01:00
6 lines
62 B
Plaintext
6 lines
62 B
Plaintext
m = [1, 2
|
|
3, 4
|
|
5, 6]
|
|
|
|
mᵀ = [1, 3, 5
|
|
2, 4, 6] |