Concise Document (1)
Concise Document (1)
BASIC CONCEPTS
A matrix is typically denoted by a capital letter, for example, A, and its
elements are written as aij, where i indicates the row number and j the
column number.
A = \begin{bmatrix}
a_{11} & a_{12} & a_{13} \\
a_{21} & a_{22} & a_{23}
\end{bmatrix}
MATRIX OPERATIONS
Matrices support several basic operations including: