Merge branch 'main' of github.com:tum-pbs/pbdl-book

This commit is contained in:
N_T 2024-07-23 11:53:38 +02:00
commit 4ab2eb7afe

View File

@ -63,7 +63,7 @@ $$f(x+\Delta) = f(x) + \int_0^1 \text{d}s ~ f'(x+s \Delta) \Delta \ . $$
In addition, we'll make use of Lipschitz-continuity with constant $\mathcal L$:
$|f(x+\Delta) + f(x)|\le \mathcal L \Delta$, and the well-known Cauchy-Schwartz inequality:
$ u^T v < |u| \cdot |v| $.
$ u^T v \le |u| \cdot |v| $.
## Newton's method