Course: ELL 701 - Mathematical Methods in Control Instructor: M. Nabi
Course: ELL 701 - Mathematical Methods in Control Instructor: M. Nabi
Methods in Control
Instructor: M. Nabi
Basic Linear Algebra
Definitions and Concepts-I
This is for your first understanding the concepts, and many definitions
are deliberately kept non-rigorous. Some of these are also taken from the
references. You are encouraged to look into the refrences and other sources
also for mathematically rigorous definitions.
VECTOR SPACE
The following defines the notion of a vector space V where K is the field of
scalars.
Definition:
SUBSPACES
Let V be a vector space over a field K. The following defines the notion of
linear dependence and independence of vectors over K. (One usually suppresses mentioning K when the field is understood.) This concept plays an
essential role in the theory of linear algebra and in mathematics in general.
Definition: We say that the vectors v1 , v2 , .., vm in V are linearly dependent if there exist scalars a1 , a2 , ..., am in K, not all of them 0, such that
a1 v1 + a2 v2 + .... + am vm = 0
Otherwise, we say that the vectors are linearly independent.
The above definition may be restated as follows. Consider the vector
equation
x1 v1 + x2 v2 + .... + xm vm = 0
(1)
where the xs are unknown scalars. This equation always has the zero
solution x1 = 0, x2 = 0, ..., xm = 0. Suppose this is the only solution, that
is, suppose we can show
x1 v1 + x2 v2 + .... + xm vm = 0 implies x1 = 0, x2 = 0, ..., xm = 0
Then the vectors v1 , v2 , ..., vm are linearly independent. On the other
hand, suppose the equation (1) has a nonzero solution; then the vectors are
linearly dependent.
3
Figure 4: Span
hSi = {1 u1 + 2 u2 + 3 u3 + . . . + p up | i IR, 1 i p}
Important Subspaces
For a linear function f mapping IRn into IRm . That is, R(f ) = {f (x) | x
IRn } is a subset of IRm is the set of all Images as x varies freely over IRn .
The range of every linear function f : IRn IRm is a subspace of IRm
and every subspace of IRm is the range of some linear function. For this
reason, subspaces of IRm are sometimes called linear spaces.
Range Spaces: The range of a matrix A IRmxn is defined to be the
subspace R(A) of IRm that is generated by the range of f (x) = Ax. That
5
VECTOR NORM
kxk1 = (
P
1. kxk2 = ( ni=1 |xi |2 )1/2 = xT x where x IRn
P
2. kxk2 = ( ni=1 |xi |2 )1/2 = x x where x Cn
-Norm: -Norm of a vector x Cn is defined as kxk = max{|xi | :
i = 1, 2, . . . , n}.
p-Norm: p-Norm of a vector x Cn is defined as
p 1/p
.
i=1 |xi | )
Pn
kxkp = (
MATRIX NORM
A matrix norm is a function kk from the set of all complex matrices (of
all finite orders) into IR that satisfies the following properties.
1. kAk 0; and kAk = 0 A = 0
2. kkAk = |k|kAk for all scalar k
3. kA + Bk kAk + kBk
Induced Matrix Norms: A vector norm that is defined on Cp for
p = m, n induces a matrix norm on Cmxn by setting
mn , x Cn1
kAk = maxxIRn kAxk
kxk = maxkxk=1 kAxk for A C
max
kAk2 = maxxIRn kAxk
kxk = maxkxk2 =1 kAxk2 =
where max is the largest eigen value of AT A.
Matrix 1-Norms: The matrix norm induced by the vector 1-norm is
defined as
kAk1 = maxxIRn kAxk
kxk = maxkxk1 =1 kAxk1 = maxj
i |aij |
|aij |
10