math115: add extra transposition rules

This commit is contained in:
eggy 2022-11-07 14:39:15 -05:00
parent ac3f862435
commit 7bf3708868

View File

@ -415,6 +415,7 @@ Properties of transposed matrices:
- $A^T\in M_{n\times m}(\mathbb R)$ - $A^T\in M_{n\times m}(\mathbb R)$
- $(A^T)^T = A$ - $(A^T)^T = A$
- $(A+B)^T=A^T+B^T$ - $(A+B)^T=A^T+B^T$
- $(AB)^T = B^TA^T$
### Matrix multiplication ### Matrix multiplication