Add taylor series
This commit is contained in:
parent
3c1af1ccb9
commit
49c4b456da
1 changed files with 2 additions and 0 deletions
|
@ -154,6 +154,8 @@ Eine Lösung davon
|
|||
$$H(t) = (H_0 - v_0\tau)^{\frac{-t}{\tau}} + v_0 \tau$$
|
||||
|
||||
\section{Taylor-Reihe}
|
||||
An der stelle $a$ einer Funtkion $f(x)$
|
||||
$$f(a) + \frac{f'(a)}{1!}(x-a) + \frac{f''(a)}{2!}(x-a)^2 + \frac{f''(a)}{3!}(x-a)^3 + ...$$
|
||||
|
||||
\section{Operators}
|
||||
$$\mathrm{rot} \ u = \nabla \times \vec{u}$$
|
||||
|
|
Loading…
Reference in a new issue