mirror of
https://github.com/PaddiM8/kalker.git
synced 2024-11-07 08:24:33 +01:00
Updated transpose test since it was redundant
This commit is contained in:
parent
917eea3ffe
commit
33067b9a46
@ -1,27 +1,6 @@
|
||||
m_1 = [1, 2
|
||||
3, 4]
|
||||
m = [1, 2
|
||||
3, 4
|
||||
5, 6]
|
||||
|
||||
m_2 = [1, 2
|
||||
3, 4
|
||||
5, 6]
|
||||
|
||||
m_3 = [1, 2, 3
|
||||
4, 5, 6]
|
||||
|
||||
m_4 = [1, 2, 3
|
||||
4, 5, 6
|
||||
7, 8, 9]
|
||||
|
||||
m_1^T = [1, 3
|
||||
2, 4] and
|
||||
|
||||
m_2^T = [1, 3, 5
|
||||
2, 4, 6] and
|
||||
|
||||
m_3^T = [1, 4
|
||||
2, 5
|
||||
3, 6] and
|
||||
|
||||
m_4^T = [1, 4, 7
|
||||
2, 5, 8
|
||||
3, 6, 9]
|
||||
mᵀ = [1, 3, 5
|
||||
2, 4, 6]
|
Loading…
Reference in New Issue
Block a user