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

m Affine Parametric Second-Order System: actually make indices uniform
m Affine Parametric Linear Time-Invariant System: make indices uniform; add + after A_0
Line 83: Line 83:
:<math>
:<math>
\begin{align}
\begin{align}
(E_0 + \sum_{i=1}^{P_E} p^E_i E_i)\dot{x}(t) &= (A_0 \sum_{j=1}^{P_A} p^A_j A_j) x(t) + Bu(t),\\
(E_0 + \sum_{j=1}^{P_E} p^E_j E_j)\dot{x}(t) &= (A_0 + \sum_{i=1}^{P_A} p^A_i A_i) x(t) + Bu(t),\\
y(t) &= Cx(t),
y(t) &= Cx(t),
\end{align}
\end{align}
Line 91: Line 91:


<math>E_0 \in \mathbb{R}^{N \times N}</math>,
<math>E_0 \in \mathbb{R}^{N \times N}</math>,
<math>E_i \in \mathbb{R}^{N \times N}</math>,
<math>E_j \in \mathbb{R}^{N \times N}</math>,
<math>A_0 \in \mathbb{R}^{N \times N}</math>,
<math>A_0 \in \mathbb{R}^{N \times N}</math>,
<math>A_j \in \mathbb{R}^{N \times N}</math>,
<math>A_i \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>.


===Second-Order System===
===Second-Order System===

Revision as of 08:58, 9 August 2022

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+j=1PEpjEEj)x˙(t)=(A0+i=1PApiAAi)x(t)+Bu(t),y(t)=Cx(t),

with:

E0N×N, EjN×N, A0N×N, AiN×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)+(E0+j=1PEpjEEj)x˙(t)+(K0+k=1PKpkKKk)x(t)=Bu(t),y(t)=Cx(t),

with:

M0N×N, MiN×N, E0N×N, EjN×N, K0N×N, KkN×N, BN×M, CQ×N.