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

change dimensions to lowercase (reserve uppercase for matrices); make u_i scalar function for QBS (following https://onlinelibrary.wiley.com/doi/am-pdf/10.1002/nla.2200 )
m correct missed dimensions
Line 76: Line 76:
<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>.




Line 130: Line 130:
<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 09:12, 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)+Qx(t)x(t)+i=1MNix(t)ui(t)+Bu(t),y(t)=Cx(t),

with:

En×n, An×n, Qn×n2, Nin×n, ui:, Bn×m, 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.