1. Find `A^2` ...
`A=[[2,3],[0,5]]`
Solution:
= | | `2×2+3×0` | `2×3+3×5` | | | `0×2+5×0` | `0×3+5×5` | |
|
2. Find `A^3` ...
`A=[[2,3],[0,5]]`
Solution:
= | | `2×2+3×0` | `2×3+3×5` | | | `0×2+5×0` | `0×3+5×5` | |
|
= | | `4×2+21×0` | `4×3+21×5` | | | `0×2+25×0` | `0×3+25×5` | |
|
= | | `8+0` | `12+105` | | | `0+0` | `0+125` | |
|
This material is intended as a summary. Use your textbook for detail explanation.
Any bug, improvement, feedback then