Next: Multiplication and inverses
Up: The general linear group
Previous: The general linear group
  Contents
  Index
An
matrix
(``over
'') is a rectangular
array or table of elements of
arranged with
rows
and
columns. It is usually written:
The
entry of
is
.
The
th row of
is
The
th column of
is
A matrix
having as many rows as it has columns (
) is called a
square matrix.
The entries
of an
matrix
are called the diagonal entries,
the entries
with
are called the
lower diagonal entries,
and the entries
with
are called the
upper diagonal entries.
An
matrix
all of whose lower diagonal entries are
zero is called an upper triangular matrix.
This terminology is logical if the matrix is a
square matrix but both the matrices below
are called upper triangular
whether they look triangular of not!
A similar definition holds for lower triangular matrices.
The square
matrix
with
's on the diagonal and 0's elsewhere,
is called the
identity matrix and denoted
or
. This is both upper triangular and lower triangular.
(In general, any square matrix which is
both upper triangular and lower triangular is called a
diagonal matrix.)
A square
matrix
with exactly one
in each row and each column,
and 0's elsewhere, is called an
permutation matrix. The identity
is a permutation
matrix. We shall discuss these types of matrices
in detail in the next chapter.
A square
matrix
with exactly one non-zero entry in each row and each column,
and 0's elsewhere, is called an
monomial matrix. We shall discuss these types of matrices
later in the book. They have many properties similar
to permutation matrices. Monomial matrices occur
in the explicit description of the ``isometry class
of a linear code'' (in §5.5 below).
Next: Multiplication and inverses
Up: The general linear group
Previous: The general linear group
  Contents
  Index
David Joyner
2002-08-23