mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-03-14 23:10:03 +01:00
[Analysis] Clean up, add some notes
This commit is contained in:
@@ -11,7 +11,6 @@ $(x_k)$ converges to $y$ as $k \rightarrow +\infty$ if $\forall \varepsilon > 0
|
||||
\bi{(1)} Let $x_0 \in X$. $f$ continuous in $\R^n$ if $\forall \varepsilon > 0 \smallhspace \exists \delta > 0$ s.t. if $x \in X$ satisfies $||x - x_0|| < \delta$,
|
||||
then $||f(x) - f(x_0)|| < \varepsilon$
|
||||
\bi{(2)} $f$ continuous \textit{on} $X$ if continuous at $x_0 \smallhspace \forall x_0 \in X$
|
||||
% TODO: Add tricks from TA slides here (week 05 / 04)
|
||||
% ────────────────────────────────────────────────────────────────────
|
||||
\shortproposition Let $X$ and $f$ as prev. Let $x_0 \in X$. $f$ continuous at $x_0$ iff $\forall (x_k)_{k \geq 1}$ in $X$ s.t.
|
||||
$x_k \rightarrow x_0$ as $k \rightarrow +\infty$, $(f(x_k))_{k \geq 1}$ in $\R^m$ converges to $f(x)$\\
|
||||
|
||||
@@ -2,4 +2,3 @@
|
||||
\subsection{Change of variable}
|
||||
The idea is to substitute variables for others that make the equation easier to solve.
|
||||
A common example is to switch to polar coordinates from cartesian coordinates, as already demonstrated with continuity checks
|
||||
% TODO: Add notes from TA notes
|
||||
|
||||
Reference in New Issue
Block a user