-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlaplaceTransformVec.tex
More file actions
74 lines (74 loc) · 2.08 KB
/
laplaceTransformVec.tex
File metadata and controls
74 lines (74 loc) · 2.08 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
%
% Copyright © 2014 Peeter Joot. All Rights Reserved.
% Licenced as described in the file LICENSE under the root directory of this GIT repository.
%
%\input{../blogpost.tex}
%\renewcommand{\basename}{laplaceTransformVec}
%\renewcommand{\dirname}{notes/ece1254/}
%\newcommand{\dateintitle}{}
%\newcommand{\keywords}{}
%
%\input{../peeter_prologue_print2.tex}
%
%\beginArtNoToc
%
%\generatetitle{Laplace transform refresher}
%
Laplace transforms \index{Laplace transform} were used to solve the MNA equations for time dependent systems, and to find the moments used to in MOR.
\index{model order reduction}
%
For the record, the Laplace transform is defined as:
%
%\begin{equation}\label{eqn:laplaceTransformVec:20}
\boxedEquation{eqn:laplaceTransformVec:20}{
\LL( f(t) ) =
\int_0^\infty e^{-s t} f(t) dt.
}
%\end{equation}
%
The only Laplace transform pair used in the lectures is that of the first derivative
%
\begin{equation}\label{eqn:laplaceTransformVec:40}
\begin{aligned}
\LL(f'(t)) &=
\int_0^\infty e^{-s t} \ddt{f(t)} dt
\\ &=
\evalrange{e^{-s t} f(t)}{0}{\infty} - (-s) \int_0^\infty e^{-s t} f(t) dt
\\ &=
-f(0) + s \LL(f(t)).
\end{aligned}
\end{equation}
%
Here it is loosely assumed that the real part of \( s \) is positive, and that \( f(t) \) is ``well defined'' enough that \( e^{-s \infty } f(\infty) \rightarrow 0 \).
%
Where used in the lectures, the Laplace transforms were of vectors such as the matrix vector product \( \LL(\BG \Bx(t)) \). Because such a product is linear, observe that it can be expressed as the original matrix times a vector of Laplace transforms
%
\begin{equation}\label{eqn:laplaceTransformVec:60}
\begin{aligned}
\LL( \BG \Bx(t) )
&=
\LL {\begin{bmatrix}
G_{i k} x_k(t)
\end{bmatrix}}_i
\\ &=
{\begin{bmatrix}
G_{i k} \LL x_k(t)
\end{bmatrix}}_i
\\ &=
\BG
{\begin{bmatrix}
\LL x_i(t)
\end{bmatrix}}_i.
\end{aligned}
\end{equation}
%
The following notation was used in the lectures for such a vector of Laplace transforms
%
\begin{equation}\label{eqn:laplaceTransformVec:80}
\BX(s) = \LL \Bx(t) =
{\begin{bmatrix}
\LL x_i(t)
\end{bmatrix}}_i.
\end{equation}
%
%\EndNoBibArticle