A matrix is a rectangular arrangement
of data. In most cases the data in a matrix is
a series of numbers in a specific order used
to store information about an object.
A matrix can be considered a single entity in
itself and is conventionally described by
its dimensions ie the number of rows and columns
it contains. This is a 2x3 matrix as it contains
two rows and three columns:
Each number that makes up a matrix is called
an element and has a specific address or reference.
Typically an element in a matrix is referenced
by writing row and column coordinate as a subscript
for example for a matrix A each element can be
written:
There are specific rules and procedures
used to manipulate matrices for example simple
operations such as addition or multiplication
of two matrices must follow specific rules which
dictate how to treat each element of each matrix.
To learn more about matrices
in flash see the [
Matrix
Knowledgebase].