1. Find `A'` ...
`A=[[1,2,3],[4,5,6],[7,8,9]]`
Solution:
`A^T` | = | | `1` | `2` | `3` | | | `4` | `5` | `6` | | | `7` | `8` | `9` | |
| T |
| = | | `1` | `4` | `7` | | | `2` | `5` | `8` | | | `3` | `6` | `9` | |
|
2. Find `A'` ...
`A=[[1,2],[4,5]]`
Solution:
This material is intended as a summary. Use your textbook for detail explanation.
Any bug, improvement, feedback then