math115: add extra transposition rules
This commit is contained in:
parent
ac3f862435
commit
7bf3708868
@ -415,6 +415,7 @@ Properties of transposed matrices:
|
||||
- $A^T\in M_{n\times m}(\mathbb R)$
|
||||
- $(A^T)^T = A$
|
||||
- $(A+B)^T=A^T+B^T$
|
||||
- $(AB)^T = B^TA^T$
|
||||
|
||||
### Matrix multiplication
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user