Next: About this document ...
Math 3191 Spring 2000 Cheat Sheet
Final
Jan Mandel
Elementary row operations: 1. add a multiple of a row to another row (does not change determinant)
2. interchange two rows (changes sign of det) 3. multiply row by a scalar (multiplies the
determinant by the same scalar). Matrix of elementary row transformation:
doing the transformation on A is same as replacing A by EA.
Row echelon form: has zeros under a ``staircase'': Reduced row echelon form: first entry
in each row is 1; it is the only nonzero in its column (called pivot column)
A u =b is equivalent to b =
,
.
Au=b has a solution if and only if (iff) b is in the span of the columns of
A.
Au=b has a solution for every b iff columns of A span Rm iff A has a pivot
position in every row.
Solution of Ax=b is unique iff Au=0 has only zero solution iff there are no free variables
(in the echelon form of A).
Vectors
are linearly dependent if there is linear combination of them that equals to
zero but has some nonzero coefficients.
Solution of Ax=b is unique iff columns of A are linearly independent.
Linear maps:
.
A is the standard matrix for T.
where
.
Matrix-matrix product: C=AB means
.
Note
.
Matrix inverse: B=A-1 means
AB = BA = I. A and B must be square.
Only one of AB = I or BA=I is sufficient. To compute A-1, transform [A,I] to
the reduced echelon form. The following is equivalent for square A:
A-1 exists;
is invertible; T is onto; T is one-to-one;
Ax=b has a solution
for every b; Ax=0 has only zero solution;
;
A has pivot in
every column (in the algorithm of reduction to echelon form).
A=LU where U is the echelon form and L has ones on the diagonal and under
the diagonal are minus the multipliers used in the algorithm of reduction to the
echelon form (use only steps adding multiple of a row to another row).
Jacobi and Gauss-Seidel iterative method: compute xik+1 from equation
i. Jacobi: use the values of xk. Gauss-Seides: use the newest values available.
Convergence guaranteed when A strictly diagonally dominant: sum of absolute
values of offdiagonal terms in column i is less than aii, for all i.
If C is strictly diagonally dominant,
.
Basis of subspace V of Rn is any set
that is linearly
independent and spans V. Each
can be written uniquely as
,
with the coefficients ci scalars;
.
Nul A is the set of all x such that Ax=0. To find a basis of Nul A,
solve Ax=0 by transforming A to reduced echelon form. Col A is the
set of all Ax. Pivot columns of A form a basis of Col A. Rank theorem:
number of columns of A.
Expansion of determinant by row i:
.
Expansion by a column is similar.
Determinant of triangular matrix equals the product of the diagonal terms.
Vector space H is subspace of vector space V if
and
for any
and
for any
and scalar c.
Basis of a vector space V is a subset of V that spans V and is linearly independent.
The coordinates of
relative to a basis
is
such that
.
The mapping of vectors in V to their coordinates
in Rp preserves linear dependence and independence.
The change of
coordinates matrix is constructed so that
and it is given by
.
(This matrix is also
matrix of the identity operator from the basis B to C).
In Rn, if B and C denote also the matrices with the basis vectors
as columns,
and it can be found by
reducing the augmented matrix
to the form
.
and u are eigenvalue and eigenvector of A if
and
.
The eigenvalues of a triangular matrix are its diagonal entries.
Eigenvalues satisfy the characteristic equation
.
If
A=PBP-1then the eigenvalues of A and B are same. A is diagonalizable if there
exists a basis consisting of its eigenvectors; then
A=PDP-1, where D is
a diagonal matrix
with the eigenvalues on the diagonal, and the columns of P are the eigenvectors.
A basis
is orthogonal if
if
.
Coefficients of x relative to orthogonal basis B are
.
A least squares solution of a rectangular system Ax=b is defined by
and it can be found by solving the normal equations
AT A x = AT b.
Next: About this document ...
Jan Mandel
2000-05-10