Learn Before
Concept

Linear Algebra - Dot Product and Multiplication Rules

The dot product can be conducted between two matrices if they have the same dimension. The dot product C=AB can be computed as Ci,j=Ai,:B:,jC_{i,j} =A_{i,:}B_{:,j}. Multiplication rules: A(B+C)=AB+AC A(BC)=(AB)C

0

1

Updated 2021-05-17

References


Tags

Data Science