-
Notifications
You must be signed in to change notification settings - Fork 0
/
explanation.txt
34 lines (24 loc) · 1017 Bytes
/
explanation.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
\def \cBracketDef {8ee2b2}
\def \cInnerDef {138a8e}
\newcommand{\leftBC}[2]{\color{#1} \left[ \color{#2}}
\newcommand{\rightBC}[2]{\color{#1} \right] \color{#2}}
\newcommand{\leftBMC}[2]{\leftBC{#1}{#2} \begin{matrix} }
\newcommand{\rightBMC}[2]{\end{matrix} \rightBC{#1}{#2} }
\newcommand{\LBC}[1]{\leftBMC{\cMainDef}{#1}}
\newcommand{\RBC}[1]{\rightBMC{\cMainDef}{\cMainDef}}
\color{\cMainDef}
\textrm{\CY{System dynamics}depend on a \CR{linear transformation}of} \\
\textrm{its current state plus a term} \\
\textrm{which describes the influence of \CB{external inputs}}
\\~\\
\textrm{the solution to this differential equation looks like}
\\~\\
x_1(t) = \CL{x_1(0)} \, e^{\CR{\lambda_1} t}
\\~\\
\textrm{the real part of the \CR{eigenvalues}scale the rate of decay}\\
\textrm{for trajectories of } x(t) \textrm{ in the direction of} \\
\textrm{the associated eignevector.}
\\~\\
\textrm{the imaginary part of the \CR{eigenvalues}scale the rate of oscillation}\\
\textrm{for trajectories of } x(t)
\\~\\