Anonymous
×
Create a new article
Write your page title here:
We currently have 106 articles on MOR Wiki. Type your article name above or click on one of the titles below and start writing!



Models: Difference between revisions

Line 119: Line 119:
:<math>
:<math>
\begin{align}
\begin{align}
M \ddot{x}(t) + D \dot{x}(t) + K x(t) &= B u(t) + f(x(t),u(t)), \\
M \ddot{x}(t) + E \dot{x}(t) + K x(t) &= B u(t) + f(x(t),u(t)), \\
y(t) &= C x(t),
y(t) &= C x(t),
\end{align}
\end{align}
Line 127: Line 127:


<math>M \in \mathbb{R}^{N \times N}</math>,  
<math>M \in \mathbb{R}^{N \times N}</math>,  
<math>D \in \mathbb{R}^{N \times N}</math>,
<math>E \in \mathbb{R}^{N \times N}</math>,
<math>K \in \mathbb{R}^{N \times N}</math>,
<math>K \in \mathbb{R}^{N \times N}</math>,
<math>B \in \mathbb{R}^{N \times M}</math>,
<math>B \in \mathbb{R}^{N \times M}</math>,
<math>C \in \mathbb{R}^{Q \times N}</math>,
<math>C \in \mathbb{R}^{Q \times N}</math>,
<math>f : \mathbb{R}^N \times \mathbb{R}^M \to \mathbb{R}^N</math>.
<math>f : \mathbb{R}^N \times \mathbb{R}^M \to \mathbb{R}^N</math>.


===Affine Parametric Second-Order System===
===Affine Parametric Second-Order System===

Revision as of 10:50, 9 February 2019

Note: This page has not been verified by our editors.

Benchmark Model Overview

This page outlines the types of models that are used as benchmark systems. For this general summary we assume an input u:M, a state x:N and an output y:Q.

Linear Time-Invariant System

Ex˙(t)=Ax(t)+Bu(t),y(t)=Cx(t),

with:

EN×N, AN×N, BN×M, CQ×N.


Linear Time-Varying System

E(t)x˙(t)=A(t)x(t)+B(t)u(t),y(t)=C(t)x(t),

with:

E:N×N, A:N×N, B:N×M, C:Q×N.


Quadratic-Bilinear System

Ex˙(t)=Ax(t)+Hx(t)x(t)+i=1Mx(t)ui(t)+Bu(t),y(t)=Cx(t),

with:

EN×N, AN×N, BN×M, HN×N2, NiN×N, CQ×N.


Nonlinear Time-Invariant System

Ex˙(t)=Ax(t)+f(x(t),u(t))+Bu(t),y(t)=Cx(t),

with:

EN×N, AN×N, BN×M, CQ×N, f:N×MN.


Affine Parametric Linear Time-Invariant System

(E0+i=1PEpiEEi)x˙(t)=(A0j=1PApjAAj)x(t)+Bu(t),y(t)=Cx(t),

with:

E0N×N, EiN×N, A0N×N, AjN×N, BN×M, CQ×N.


Second-Order System

Mx¨(t)+Ex˙(t)+Kx(t)=Bu(t),y(t)=Cx(t),

with:

MN×N, EN×N, KN×N, BN×M, CQ×N.

Nonlinear Second-Order System

Mx¨(t)+Ex˙(t)+Kx(t)=Bu(t)+f(x(t),u(t)),y(t)=Cx(t),

with:

MN×N, EN×N, KN×N, BN×M, CQ×N, f:N×MN.

Affine Parametric Second-Order System

(M0+i=1PMpiMMi)x¨(t)+(D0+i=1PDpiDDi)x˙(t)+(K0+i=1PKpiKKi)x(t)=Bu(t),y(t)=Cx(t),

with:

M0N×N, MiN×N, D0N×N, DjN×N, K0N×N, KkN×N, BN×M, CQ×N.