Is it possible to multiply the following two matrices? A4×3 B3×5
Yes. The inner dimension 3 matches.
The result is (in general) a rectangular matrix:
AR×N BN×C = ZR×C
The
Look at the following product. (For now, ignore how the elements were calculated.)
This is a 3×2 matrix times a 2×2 matrix. The result is a 3×2 matrix.
What dimensions will the following product have: A4×4 B4×2 = C? × ?