maatriksid
Maatriksid (Estonian for matrices) are rectangular arrays of numbers, variables, or functions arranged in rows and columns. In mathematics they represent linear transformations and systems of linear equations. The term maatriks refers to a single matrix, while maatriksid is the plural.
They are denoted by uppercase letters such as A, B, or M. An m-by-n matrix A has
Matrix addition and subtraction are elementwise; scalar multiplication multiplies every entry. Matrix multiplication AB is defined
Examples include diagonal matrices, where off-diagonal entries are zero; triangular matrices (upper or lower); symmetric matrices
Matrices are used to solve linear systems, perform coordinate transformations, and in many fields such as computer