AE 483 Linear Algebra Review PDF
AE 483 Linear Algebra Review PDF
AE 483 Linear Algebra Review PDF
.
1)
with at least one non-zero scalar, for which
(1)
AE 483 Automatic Control Systems II
METU, Department of Aerospace Engineering
2
We say
, for which
This implies that
are independent.
Def: If such a basis exists, then V is called a finite dimensional, otherwise it is
infinite dimensional.
If V is a vector space with a basis
A matrix of order n is shorthand for square matrix of order.
Def:
1) Let A and B be of order , then the sum of A and B is the matrix C = A+B of
order ,
2) Let be a scalar. Then the scalar multiplication is of order and
3) Let
and
such that
AE 483 Automatic Control Systems II
METU, Department of Aerospace Engineering
3
4) Let
. The transpose
Some properties of square matrices:
1) A+B = B+A
2) (A+B)+C = A+(B+C)
3) A(B+C) = AB+AC
4) A(BC) = (AB)C
5)
6)
Def: A zero matrix of order has all its entries equal to zero, and is denoted by
or simply O.
For any
, A+O = O+A = A.
Def: The identity matrix of order n is defined by
, for all , .
For all matrices
and
, AI = A, IB = B.
Def: Let A be a square matrix of order n. If there is a square matrix B of order n, for which
AB = BA = I, then we say A is invertible. It can be shown that matrix B is unique, but might
not always exist. It is denoted as
exists.
Remark: If A and B are invertible, then
Def: A matrix A is called symmetric if
be a square matrix with elements from R and let the vector space be
exists
4)
5) full rank
Def: The nullspace of a matrix A consists of all vectors x such that Ax = 0 and . It is
denotes by N(A). The nullspace is a subspace.
DETERMINANTS
Def: The determinant of matrix A is a combination of row i and the cofactors of row i:
The cofactor
is the determinant of
is a triangular matrix,
7) If det(A) =0, then A is called singular matrix.
8) det(AB) = det(A) det(B)
9)
EIGENVALUES AND EIGENVECTORS
Def: The number , complex or real, is an eigenvalue of the square matrix A if there is a
vector
, such that
AE 483 Automatic Control Systems II
METU, Department of Aerospace Engineering
5
The vector x is called an eigenvector corresponding to the eigenvalue .
Example:
Consider the following initial value problem:
This is an initial value problem. The unknown are specified at time t = 0, and not at both
points of the interval.
In a matrix form the system can be written as:
,
.
Where u is the unknown vector,
Note that it is a first-order linear equation with constant coefficients; the matrix A is time
independent.
Rewrite this equation in a scalar form:
The solution is:
Thus the initial condition and the equation are both satisfied.
for , the system is unstable;
for , the system is stable;
for , the system is neutrally stable.
If is a complex number, ,
AE 483 Automatic Control Systems II
METU, Department of Aerospace Engineering
6
then the stability is associated with the real part ; the complex part produces oscillations.
Going back to the solution of the system of ODEs, assume the solution in the form:
or in the vector notation
,
where
.
Substituting
and
Eliminate
:
In the matrix form this equation can be written as:
(*)
Equation (*) is the fundamental equation. It involves two unknowns: and x.
The number is called an eigenvalue of matrix A, and the vector x is the associated
eigenvector. The goal is to find eigenvalues and eigenvectors.
The problem reduces to:
1) Find the vector x that is in the nullspace of matrix ;
2) The number needs to be chosen so that has a nullspace.
We want to find a nonzero eigenvector x. The goal is to build u(t) out of exponentials
,
and we are interested only in those particular values of for which there is a nonzero
eigenvector x.
must be singular the number is an eigenvalue if and only if
AE 483 Automatic Control Systems II
METU, Department of Aerospace Engineering
7
This is the characteristic equation, and each solution has a corresponding eigenvector x:
or .
In our example
and
.
For
.
The solution (first eigenvector) is any multiple of
.
For
.
The second eigenvalue is any multiple of
and
.
These two special solutions give the complete solution. They can be multiplied by any
numbers
and
, and they can be added together to form the General Solution. Thus
.
The constants
and
or
.
The constants are
and
and
.
Def: The multiplicity as the root of the characteristic equation of an eigenvalue is called its
algebraic multiplicity.
AE 483 Automatic Control Systems II
METU, Department of Aerospace Engineering
8
Example:
,
.
Algebraic multiplicity is 3.
Def: The maximum number of eigenvectors associated with that eigenvalues called its
geometric multiplicity.
Example:
,
.
Geometric multiplicity is also 3.
Def: Let A and B be square matrices of the same order. Then A is similar to B if there is a
non-singular matrix P for which
.
Note that this is a symmetric relation, since
Remark: If
of B.
Proof:
Remark: The determinants of similar matrices are the same.
Proof:
AE 483 Automatic Control Systems II
METU, Department of Aerospace Engineering
9
THE DIAGONAL FORM OF A MATRIX
Suppose a square matrix A has n linearly independent eigenvectors. Then if these vectors are
chosen to be the columns of a matrix S, it follows that
.
Remark 1: If A has no repeated eigenvalues, eigenvectors are independent. Therefore any
matrix with distinct eigenvalues can be diagonalized.
Remark 2: Not all matrices are diagonalizable. We need n independent eigenvectors for a
matrix A of dimension n.
Note: If eigenvectors
Its general solution is:
,
also
or
replace A with
:
AE 483 Automatic Control Systems II
METU, Department of Aerospace Engineering
10
If A can be diagonalized:
,
then
has the solution:
.
SIMILARITY TRANSFORMATIONS (Canonical Forms)
A transformation of matrix A does not always have to be in the form of
, with
eigenvectors as columns for the matrix S, that results in a diagonal matrix.
We might want to transform A into a special form, or A might not have independent
eigenvectors. So, we will call it a transformation of
.
If
, then
triangular matrix with eigenvalues
.
If
, then
.
The Schur Form of a Matrix
For any square matrix A, there is an invertible matrix M = U such that
is upper
triangular. The eigenvalues of A are shared with the matrix T, and appear in its main
diagonal:
AE 483 Automatic Control Systems II
METU, Department of Aerospace Engineering
11
* There is no easy way to find T for U, but the Schur form is used in many theoretical proofs.
The Singular Value Decomposition (SVD)
Let A be of order . Then there exist matrices U and V of order m and n, respectively,
such that
The numbers
, ,
are called singular values of A. They are real and positive and
can be arranged such that
.
* r is the rank of matrix A.
The Jordan (Canonical) Decomposition
The Jordan form allows any matrix A to transform to a matrix that is nearly diagonal as
possible.
If A has a full set of independent eigenvectors, we arrive at
, ,
, and one
eigenvector,
AE 483 Automatic Control Systems II
METU, Department of Aerospace Engineering
12
When the block has an order , the eigenvalue
.
Example 2:
,
- only one Jordan block.