To simulate the linear system with delays
(here A0(t), Ai(t) (i = 1,..., m) are n×n matrices with piece-wise continuous elements, G(t, s) is n×n matrix with piece-wise continuous elements, B(t) is an n-dimensional vector with piece-wise continuous elements) one can use the function dde45lin.The conditional representation of (6.1) is
so, to simulate the system it is necessary to define the following finite number of parameters:- matrices A0(t), Ai(t) (i = 1,..., m), B(t),
To simulate the linear time-invariant system with delay
with respect to the basic initial functions one can use the function test.Here A0, A are constant n×n matrices, G(s) is n×n matrix with piece-wise continuous on [- , 0] elements.
The conditional representation of (6.3) is
and to simulate the system it is necessary to define the following finite number of parameters:- matrices A0, A,
Remark 6.1.
For time-invariant system (6.3) we consider
the initial time-moment t0 equals to
zero, i.e. t0 = 0.
Remark 6.2.
The matrix-function G(s) can be described using M-file.
In many cases linear time-invariant systems with delays have the form
where A0, A, D0, D1 and D2 are constant n×n matrices.
The conditional representation of (6.5) is
One can simulate such systems with respect to the basic initial functions using teste.