LMIs in Control/Click here to continue/Notation

From testwiki
Jump to navigation Jump to search

Notations



set of all real numbers

+

set of all positive real numbers

set of all negative real numbers

set of all complex numbers

+

right-half complex plane

left-half complex plane

n

set of all real vectors of dimension n

n

set of all complex vectors of dimension nn

m×n

set of all real matrices of dimension m×n

m×n

set of all complex matrices of dimension m×n

rm×n

set of m×n real matrices with rank r

rm×n

set of m×n complex matrices with rank r

¯+

closed right-half complex plane, ¯+={s|s,Re(s)0}

ker(T)

kernel of transformation or matrix T

Image(T)

image of transformation or matrix T

conv(𝔽)

convex hull of set 𝔽

𝕊n

set of symmetric matrix in n×n,𝕊n={M|M=MT,Mn×n}

𝔽B

boundary set of 𝔽

𝔽E

set of all extreme points of 𝔽


0n

zero vector in n

0m×n

zero matrix in m×n

In

identity matrix of order n

A1

inverse matrix of matrix A

AT

transpose of matrix A

A

complex conjugate of matrix A

AH

transposed complex conjugate of matrix A

Re(A)

real part of matrix A

Im(A)

imaginary part of matrix A

det(A)

determinant of matrix A

AdjA)

adjoint of matrix A

trace(A)

trace of matrix A

rank(A)

rank of matrix A

κ(A)

condition number of matrix A

ρ(A)

spectral radius of matrix A

A>0

A is Hermite (symmetric) positive definite

A0

A is Hermite (symmetric) semi-positive definite

A>B

AB>0

AB

AB0

A<0

A is Hermite (symmetric) negative definite

A0

A is Hermite (symmetric) semi-negative definite

A<B

AB<0

A12

AB0

A12

matrix Z satisfying ZTZ=A>0

λ(A)

set of all eigenvalues of matrix A

λi(A)

ith eigenvalue of matrix A

λmax(A)

maximum eigenvalue of matrix A

λmin(A)

minimum eigenvalue of matrix A

σi(A)

ith singular value of matrix A

σmax(A)

maximum singular value of matrix A

σmin(A)

minimum singular value of matrix A

As

sum of matrix A and its transpose, As=A+AT

A2

spectral norm of matrix A

AF

Frobenius norm of matrix A

A1

row-sum norm of matrix A

A

column-sum norm of matrix A

Notations of Relations and Manipulations

Other Notations

Examples

Consider the square matrix An×n. The eigenvalues of A are denoted by λi(A),i=1,2,...,n. The matrix A is Hurwitz if all of its eigenvalues are in the open left-half complex plane (i.e., Re λi(A),i=1,2,...,n ). A matrix is Schur if all of its eigenvalues are strictly within a unit disk centered at the origin of the complex plane (i.e., |λi(A)|<1,i=1,...,n). If A𝕊n, then the minimum eigenvalue of A is denoted by λ(A) and its maximum eigenvalue is denoted by λ¯(A).

Consider the matrix B n×m. The minimum singular value of B is denoted by σ_ (B) and its maximum singular value is denoted by σ¯(B). The range and nullspace of B are denoted by (B) and (B), respectively. The Frobenius norm of B is ||B|| = tr(BHB).

A state-space realization of the continuous-time linear time-invariant (LTI) system

x˙(t)=Ax(t)+Bu(t),

y(t)=Cx(t)+Du(t),.
is often written compactly as (A, B,C,D) in this document. The argument of time is often omitted in continuous-time state-space realizations, unless needed to prevent ambiguity. A state-space realization of the discrete-time LTI system

xk+1=Adxk+Bduk,

yk=Cdxk+Dduk,

is often written compactly as (Ad,Bd,Cd,Dd).

The ∞ norm of the LTI system 𝒢 is denoted by ||𝒢||∞ and the 2 norm of 𝒢 is denoted by ||𝒢||2.


The inner product spaces 2and2e for continuous-time signals are defined as follows.

{2}={x:0n|||x||22=0xT(t)x(t)dt<},

{2e}={x:0n|||x||2T2=0TxT(t)x(t)dt<,T0}.

The inner product sequence spaces ℓ2 and ℓ2e for discrete-time signals are defined as follows.
{𝓁2}={x:0n|||x||22=k=0xkTxk<,}.
{𝓁2e}={x:0n|||x||2N2=k=0NxkTxk<,N0}.

Reference

  • LMIs in Control Systems: Analysis, Design and Applications - by Guang-Ren Duan and Hai-Hua Yu, CRC Press, Taylor & Francis Group, 2013
  • LMI Properties and Applications in Systems, Stability, and Control Theory - A List of LMIs by Ryan Caverly and James Forbes.
  • LMIs in Systems and Control Theory - A downloadable book on LMIs by Stephen Boyd.

Template:BookCat