|
|
|
|
|
by fxj
356 days ago
|
|
I didnt get the explanation of the multiplication. After reading the wikipedia article it made mode sense: https://en.wikipedia.org/wiki/Cracovian The Cracovian product of two matrices, say A and B, is defined by A ∧ B = BT A, where BT and A are assumed compatible for the common (Cayley) type of matrix multiplication and BT is the transpose of B. Since (AB)T = BT AT, the products (A ∧ B) ∧ C and A ∧ (B ∧ C) will generally be different; thus, Cracovian multiplication is non-associative. A good reference how to use them and why they are useful is here (pdf): https://archive.computerhistory.org/resources/access/text/20... |
|