diff options
author | Leonard Kugis <leonard@kug.is> | 2020-04-21 00:34:24 +0200 |
---|---|---|
committer | Leonard Kugis <leonard@kug.is> | 2020-04-21 00:34:24 +0200 |
commit | f65ec3a75070feb4f19ed64b1afade68f50e6456 (patch) | |
tree | 98f65337c6ffe3f9513d6a024656f8462748484f /en_GB/Numerical Mathematics | |
parent | 78a6bf5c184e850cbbc4e17a82104d0d7a8bcf11 (diff) |
Numerical Mathematics
Begin
Diffstat (limited to 'en_GB/Numerical Mathematics')
-rw-r--r-- | en_GB/Numerical Mathematics/numerical_mathematics.md | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/en_GB/Numerical Mathematics/numerical_mathematics.md b/en_GB/Numerical Mathematics/numerical_mathematics.md new file mode 100644 index 0000000..01ff084 --- /dev/null +++ b/en_GB/Numerical Mathematics/numerical_mathematics.md @@ -0,0 +1,33 @@ +# Numerical Mathematics + +## Operator Norm + +$$ +||F||=\sup\limits_{x\neq0}\frac{||F(x)||_w}{||x||_v}=\sup\limits_{||x||_v=1}||F(x)||_w +$$ + +## Condition numbers + +$K_a := Absolute condition number$ + +$K_r := Relative conditioon number$ + +### Operator linear + +$$ +K_a=||F||_{v,w}\in[0, \infin[ +K_r\leq\frac{||F||_{v,w}}{\inf\limits_{||x||_v=1}||F(x)||_w}\in[0,\infin[ +$$ + +### F, A bijektive + +$$ +K_r\leq||F||_{v,w}||F^{-1}||_{v,w} +K_r(A)=||A||_\infin||A^{-1}||_\infin +$$ + +### Component based + +$$ +K_r^c=|||| +$$ |