Matrix Basics
A matrix (pl. matrices) is a rectangular array of numbers or values enclosed in a single set of brackets. The dimensions of a matrix are the number of rows and the number of columns. If a matrix has 3 rows and 4 columns, the dimensions are 3 x 4.
The following is a general 2 x 2 matrix.
Each number or value in a matrix is called an entry.
You can continue to name the entries in this fashion. This is called the matrix address.a11 stands for the entry at position row 1 column 1.
a12 stands for the entry at position row 1 column 2.