From 16555851b6514a736c5c9d8e73de7da7fc9b6288 Mon Sep 17 00:00:00 2001 From: Prefetch Date: Thu, 20 Oct 2022 18:25:31 +0200 Subject: Migrate from 'jekyll-katex' to 'kramdown-math-sskatex' --- source/know/concept/impulse-response/index.md | 31 ++++++++++++++------------- 1 file changed, 16 insertions(+), 15 deletions(-) (limited to 'source/know/concept/impulse-response') diff --git a/source/know/concept/impulse-response/index.md b/source/know/concept/impulse-response/index.md index 533580d..397ac2d 100644 --- a/source/know/concept/impulse-response/index.md +++ b/source/know/concept/impulse-response/index.md @@ -8,9 +8,9 @@ categories: layout: "concept" --- -The **impulse response** $u_p(t)$ of a system whose behaviour is described -by a linear operator $\hat{L}$, is defined as the reponse of the system -when forced by the [Dirac delta function](/know/concept/dirac-delta-function/) $\delta(t)$: +The **impulse response** $$u_p(t)$$ of a system whose behaviour is described +by a linear operator $$\hat{L}$$, is defined as the reponse of the system +when forced by the [Dirac delta function](/know/concept/dirac-delta-function/) $$\delta(t)$$: $$\begin{aligned} \boxed{ @@ -18,9 +18,9 @@ $$\begin{aligned} } \end{aligned}$$ -This can be used to find the response $u(t)$ of $\hat{L}$ to -*any* forcing function $f(t)$, i.e. not only $\delta(t)$, -by simply taking the convolution with $u_p(t)$: +This can be used to find the response $$u(t)$$ of $$\hat{L}$$ to +*any* forcing function $$f(t)$$, i.e. not only $$\delta(t)$$, +by simply taking the convolution with $$u_p(t)$$: $$\begin{aligned} \hat{L} \{ u(t) \} = f(t) @@ -35,9 +35,9 @@ $$\begin{aligned} This is useful for solving initial value problems, because any initial condition can be satisfied -due to the linearity of $\hat{L}$, -by choosing the initial values of the homogeneous solution $\hat{L}\{ u_h(t) \} = 0$ -such that the total solution $(f * u_p)(t) + u_h(t)$ +due to the linearity of $$\hat{L}$$, +by choosing the initial values of the homogeneous solution $$\hat{L}\{ u_h(t) \} = 0$$ +such that the total solution $$(f * u_p)(t) + u_h(t)$$ has the desired values. Meanwhile, for boundary value problems, -- cgit v1.2.3