We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 402e757 commit 3b8d2c5Copy full SHA for 3b8d2c5
elec221fs.tex
@@ -372,8 +372,17 @@ \subsection{Interconnection of LTI Systems}
372
\end{tabular}
373
374
\subsection{Misc. More}
375
-
+Gaussian Integral:
376
\[\int_{-\infty}^{\infty} e^{-a(x+b)^2} dx = \sqrt{\frac{\pi}{a}}\]
377
+Fast inverse of 2x2 matrix:
378
+\[\begin{bmatrix}
379
+a & b\\
380
+c & d
381
+\end{bmatrix} ^{-1} = \frac{1}{ad-bc}
382
+\begin{bmatrix}
383
+d & -b\\-c & a
384
+\end{bmatrix}
385
+\]
386
387
388
\end{minipage}
@@ -434,7 +443,7 @@ \subsection{Misc. More}
434
443
435
444
\section{Second Order Trial Particular Solutions}
436
445
\includegraphics[width=0.5\textwidth]{trialparticular}
437
446
+
438
447
439
448
\end{multicols*}
440
449
0 commit comments