ece205: add reverse unit step

This commit is contained in:
eggy 2023-10-31 14:13:27 -04:00
parent 1c7de9b0db
commit 6258c16a11

View File

@ -156,6 +156,13 @@ $$
\mathcal L\{u_c(t)g(t)\}=e^{-sc}\mathcal L\{g(t+c)\},s>s_0
$$
Likewise, under the same conditions, shifting it twice restores it back to the original.
$$
\mathcal L\{u_c(t)f(t-c)\}=e^{-sc}\mathcal L\{f\}
$$
## Resources
- [Laplace Table](/resources/ece/laplace.pdf)