LMIs in Control/Matrix and LMI Properties and Tools/Matrix Inequalities and LMIs

From testwiki
Jump to navigation Jump to search

Matrix Inequality

Definition-1

A Matrix Inequality, G:ℝmπ•Šn, in the variable xℝm is an expression of the form

G(x)=G0+i=1pfi(x)Gi0,

where xT=[x1xm],G0π•Šn and Giℝn×n, i=1,,p.

Linear Matrix Inequality

Definition-2

A Linear Matrix Inequality, F:ℝmπ•Šn, in the variable xℝm is an expression of the form

F(x)=F0+i=1mxiFi0,

where xT=[x1xm] and Fiπ•Šn, i=0,m.

Bilinear Matrix Inequality

Definition-3

A Bilinear Matrix Inequality (BMI), H:ℝmπ•Šn, in the variable xℝm is an expression of the form

H(x)=H0+i=1mxiHi+i=1mj=1mxixjHi,j0,

where xT=[x1xm], and Hi, Hi,jπ•Šn, i=0,,m, j=0,m.

Example

Consider the matrices Aℝn×n and Qπ•Šn, where Q>0. It is desired to find a symmetric matrix Pπ•Šn satisfying the inequality

PA+ATP+Q<0,(1)

where P>0. The elements of P are the design variables in this problem, and although equation (1) is indeed an LMI in the matrix P, it does not look like the LMI in definition 3. For simplicity, let us consider the case of n=2 so that each matrix is of dimension 2×2, and x=[p1p2p3]T. Writing the matrix P in terms of a basis Eiπ•Š2, i=1,2,3, yields


P=[p1p2p2p3]=p1[1000]E1+p2[0110]E2+p3[0001]E3

Note that the matrices Ei are linearly independent and symmetric, thus forming a basis for the symmetric matrix P. The matrix inequality in equation (1) can be written as

p1(E1A+ATE1)+p2(E2A+ATE2)+p3(E3A+ATE3).

Defining F0=Q and Fi=EiA+ATEi, i=1,2,3, yields

F0+i=13piFi<0,

which now resembles the definition of LMI given in definition 2. Through out this wiki book, LMIs are typically written in the matrix form of equation (1) rather than the scalar form of definition 2.

Template:BookCat