Matrix multiplication: (AB)ᵢⱼ ((AB)_ij = sum over k of A_ik B_kj)

jee-mainjee-advanced

(AB)_ij = sum over k of A_ik B_kj

What each symbol means

SymbolWhat it stands for
Am×p matrix
Bp×n matrix
ABm×n matrix

When to use this

Columns of A must match rows of B (inner dimensions p).