Next:
Elimination Methods
Up:
Matrices and Vectors
Previous:
Matrices and Vectors
Contents
Some Special Matrices and Their Properties
Symmetric matrix.
A square matrix is called a
symmetric
matrix when the pairs of elements in similar positions
across the diagonal
are equal
.
The
transpose
of a matrix is the matrix obtained by writing the
rows as columns
or by writing the columns as rows.
The symbol for the transpose of matrix
is
.
If all the elements
above/below the diagonal
are
zero
, a matrix is called
lower/upper-triangular
(L/U);
We will deal with square matrices.
Sparse matrix.
In some important applied problems, only a few of the elements are nonzero.
Such a matrix is termed a
sparse
matrix and procedures that take advantage of this
sparseness
are of value.
Division
of matrices is
not defined
, but we will discuss the
inverse
of a matrix.
The
determinant
of a square matrix is a
number
.
The method of calculating determinants is a lot of work if the matrix is of large size.
Methods that triangularize a matrix, as described in next section, are much better ways to get the determinant.
If a matrix,
, is
triangular
(either upper or lower), its determinant is just the
product of the diagonal elements
:
If we have a square matrix and the coefficients of the determinant are
nonzero
, there is a
unique solution
.
Determinants can be used to obtain the
characteristic polynomial
and the
eigenvalues
of a matrix, which are the
roots of that polynomial
.
If a matrix is
triangular
,
its eigenvalues are equal to the
diagonal elements
.
This follows from the fact that
its determinant is just the product of the diagonal elements and
its characteristic polynomial is the product of the terms
with
going from
to
, the number of rows of the matrix.
whose roots are clearly 1, 4, and 6.
It does not matter if the matrix is upper- or lower-triangular.
Next:
Elimination Methods
Up:
Matrices and Vectors
Previous:
Matrices and Vectors
Contents