[Analysis] Various fixes

This commit is contained in:
2026-02-02 14:40:12 +01:00
parent 028e21ad1d
commit 79814d0a78
6 changed files with 12 additions and 7 deletions

View File

@@ -66,4 +66,4 @@ Finally, evaluate if the points are minima or maxima. It is often easiest to com
where the lowest value is the global minimum and the highest value the global maximum (obviously).
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) \dividees z = \text{const} \}$, with $z = f(x_0)$.
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)$.