[Analysis] Final tweaks

This commit is contained in:
2026-02-03 12:06:59 +01:00
parent 6c9118e996
commit 6510bdd8a0
3 changed files with 3 additions and 0 deletions

View File

@@ -67,3 +67,5 @@ where the lowest value is the global minimum and the highest value the global ma
Always consider the corners as possible maxima or minima (if some corners are critical points, all are highly likely to be).
The tangent plane at a critical point of a function $f : \R^n \rightarrow \R$, is of the form $\{ (x, y, z) \divides z = \text{const} \}$, with $z = f(x_0)$.
Note that a global minimum or maximum is the maximal / minimal element of the range of the function.