in mathematics, a matrix is a rectangular array of numbers, symbols, or expressions, with elements arranged in rows and columns

the size of a matrix is defined by the number of rows and columns it contains
a matrix with rows and columns is called a m-by-n matrix

matrices with a single row are called row vectors, and those with a single column are called column vectors

notation

A matrix can use square brackets or normal brackets.

matrix addition

matrix addition is the operation of adding two matrices of the same order

we add the corresponding entries together

matrix multiplication

matrix multiplication is the operation of multiplying two matrices with a column size matching with a row size, and a row size matching with a column size

determinant



You can check how to calculate the determinant of a 3 by 3 matrix online.