Principles of Numerical Mathematics
Find $x$ such that $F(x,d)=0$ for a set of data, $d$ and $F$, a functional relationship between $x$ and $d$.
Well Posed Problems
A problem is said to be well-posed if
- a solution exists,
- the solution is unique,
- the solution’s behaviour changes continuously with the initial conditions.
A problem which does not have these properties is said to be ill-posed.
Condition Number
Stability
Consider a well-posed problem, a construct a sequence of approximate solutions via a sequence of approximate solutions and data, i.e. $F_n (x_n, d_n)=0$
The method is strongly consistent if $F_n(x,d)=0$ for all $n\ge0$.
and
$$ K_{n,\mathrm{abs}} \left( d_n \right) = \sup \limits_{\delta d_n \in \mathcal{D}_n} \dfrac{ \left\Vert \delta x_n \right\Vert }{ \left\Vert \delta d_n \right\Vert } $$then the asymptotic condition number is
$$K^{\mathrm{num}} (d) = \lim \limits_{k\rightarrow \infty} \sup\limits_{n \le k} K_n \left( d_n \right).$$$$ \begin{equation*} K_{\mathrm{abs}}^{\mathrm{num}} \left( d \right) = \lim \limits_{k\rightarrow \infty} \sup \limits_{n \le k} K_{n, \mathrm{abs}} \left( d_n \right). \end{equation*} $$Matrix Analysis
Let $A \in \mathbb{R}^{n \times n}$, then
-
$\lim\limits_{k \rightarrow \infty}A^k =0 \Leftrightarrow \rho \left( A \right) < 1$. Where $\rho\left(A \right)$ is the largest absolute value of the eigenvalues of $A$. This is called the spectral radius
-
The geometric series, $\sum\limits_{k=0}^{\infty}A^k$ is convergent if and only if $\rho \left( A \right) < 1$. Then in this case, the sum is given by
- Thus, if $\rho \left( A \right) < 1$, the matrix $I-A$ is invertible and $$ \begin{equation*} \dfrac{1}{1+\left\Vert A \right\Vert} \le \left\Vert\left( I - A \right)^{-1}\right\Vert \le \dfrac{1}{1-\left\Vert A \right\Vert} \end{equation*} $$ where $\left\Vert \cdot \right\Vert$ is an induced matrix norm such that $\left\Vert A \right\Vert <1$.