Engineering Analysis/Quadratic Forms

From testwiki
Revision as of 01:20, 15 June 2017 by imported>PokestarFan (Matrix Definiteness: {{BookCat}}/possible general fixes using AWB)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Template:Engineering Analysis

If we have an n × 1 vector x, and an n × n symmetric matrix M, we can write:

xTMx=a

Where a is a scalar value. Equations of this form are called quadratic forms.

Matrix Definiteness

Based on the quadratic forms of a matrix, we can create a certain number of categories for special types of matrices:

  1. if xTMx>0 for all x, then the matrix is positive definite.
  2. if xTMx0 for all x, then the matrix is positive semi-definite.
  3. if xTMx<0 for all x, then the matrix is negative definite.
  4. if xTMx0 for all x, then the matrix is negative semi-definite.

These classifications are used commonly in control engineering.