1. Find `A × B` ...
`A=[[2,3],[4,10]]`,`B=[[5,1],[4,2]]`
Solution:
= | | `2×5+3×4` | `2×1+3×2` | | | `4×5+10×4` | `4×1+10×2` | |
|
= | | `10+12` | `2+6` | | | `20+40` | `4+20` | |
|
2. Find `B × A` ...
`A=[[2,3],[4,10]]`,`B=[[5,1],[4,2]]`
Solution:
= | | `5×2+1×4` | `5×3+1×10` | | | `4×2+2×4` | `4×3+2×10` | |
|
= | | `10+4` | `15+10` | | | `8+8` | `12+20` | |
|
This material is intended as a summary. Use your textbook for detail explanation.
Any bug, improvement, feedback then