Definition

An matrix is a rectangular array with rows and columns.

Note

Matrices can be added and scaled, and the set of all matrices satisfy all of the axioms of a vector space. Matrices can be treated as vectors.


Systems of linear equations

Matrices can be used to represent systems of linear equations.
For example, these equations

can be represented as

The number of rows in represents the number of equations, and the number of columns in represents the number of variables. is called the coefficient matrix of the system.

Augmented matrix

The above representation can be further condensed into an augmented matrix:

Solving linear systems, Pivots


Representations of linear transformations

Matrices can be used to represent linear transformations.

Definition 1.

A matrix is called invertible if the corresponding linear transformation is invertible.

This gives way to a definition of matrix multiplication.


Transpose

Given a matrix , its transpose is defined by transforming the rows of into columns.

When you take the transpose of a product, you change the order of terms.