Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 7

Matrix Multiplication

• Matrix is a two dimensional array used for storing larger set of values
• Grid
• Structured Data
• Used in graphics and database processing
• Also called as Table contains rows and columns
Rules for selecting matrices
• Column value of first matrix should be equal to the row value of
second matrix
• Both matrices must be square matrices
Rules for selecting matrices
Rules for selecting matrices
Rules for doing matrix multiplication
• Dot product of A and B is carried out
Rules for doing matrix multiplication

You might also like