Initial commit
This commit is contained in:
parent
3726299248
commit
1bc6a09cb0
1 changed files with 9 additions and 0 deletions
|
@ -146,6 +146,15 @@
|
|||
\rule{\linewidth}{0.25pt}
|
||||
\end{center}
|
||||
|
||||
\section{Gewöhnliche Differentialgleichungen}
|
||||
\subsection{1. Ordnung}
|
||||
$$\frac{dH}{dt} = v_0 - \frac{H(t)}{\tau}$$
|
||||
|
||||
Eine Lösung davon
|
||||
$$H(t) = (H_0 - v_0\tau)^{\frac{-t}{\tau}} + v_0 \tau$$
|
||||
|
||||
\section{Taylor-Reihe}
|
||||
|
||||
\section{Operators}
|
||||
$$\mathrm{rot} \ u = \nabla \times \vec{u}$$
|
||||
|
||||
|
|
Loading…
Reference in a new issue