Introduction
Matrix arithmetic helps you do math with tables of numbers easily, like adding, subtracting, or multiplying grids of values.
When you want to add or subtract two tables of numbers of the same size.
When you need to multiply two matrices to combine data or transform it.
When calculating things like rotations or scaling in graphics using matrices.
When solving systems of equations represented as matrices.
When working with data in rows and columns that need mathematical operations.