LMIs in Control/pages/Basic Matrix Theory

From testwiki
Revision as of 01:30, 2 December 2019 by imported>Eoskowro (Created page with "== '''Basic Matrix Notation''' == Consider the complex matrix <math>A\in \C^{n\times m} </math>. ::<math> A=\begin{bmatrix} a_{11} & \dots & a_{1m} \\...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Basic Matrix Notation

Consider the complex matrix An×m.

A=[a11a1man1anm]n×m


Transpose of a Matrix

The transpose of A, denoted as AT or A is:

AT=[a11an1a1manm]m×n.


Adjoint of a Matrix

The adjoint or hermitian conjugate of A, denoted as A* is:

A*=[a11*an1*a1m*anm*]m×n.

Where anm* is the complex conjugate of matrix element anm.

Notice that for a real matrix An×m, A*=AT.

Important Properties of Matricies

Hermitian, Self-Adjoint, and Symmetric Matricies

A square matrix An×n is called Hermitian or self-adjoint if A=A*.

If An×n is Hermitian then it is called symmetric.


Unitary Matricies

A square matrix An×n is called unitary if A*=A1 or A*A=I.


Template:BookCat