Introduction
What is a matrix?
A matrix is rectangular array of scalar elements, arranged in horizontal rows and vertical columns. The dimensions (order) of a matrix are traditionally notated , where is the number of rows and is the number of columns. For example, below is an example of a 3 x 2 matrix.
If , the matrix is said to be a square matrix. For example:
When a matrix is assigned to a variable, it is standard to notate the variable using capital, bold-face text. For example:
or
You may have noticed that the elements of the matrix () are identified by position using subscript. For example or , where is the index of the row and is the index of the column.
Supplemental Video
In addition to the standard video, also check out the two practice items.
