matrice
A matrice, in mathematics, is a rectangular array of numbers, symbols, or expressions arranged in rows and columns. It is typically denoted A and has m rows and n columns (an m×n matrice). Entries are a_ij, where i ranges over rows and j over columns. Matrices over a field, usually the real or complex numbers, encode linear transformations and systems of linear equations.
Operations include addition and scalar multiplication (elementwise), and matrix multiplication, defined by (AB)_{ij} = sum_k a_ik b_kj.
Special matrice include the identity I_n, the zero matrix, diagonal, triangular, symmetric (A^T = A), Hermitian in
Applications include solving linear systems, computer graphics and geometric transformations, statistics (covariance matrices), physics, and machine