Fungrim home page

Fungrim entry: 3c4480

ezk=0N1zkk!zNN!(1zN)\left|{e}^{z} - \sum_{k=0}^{N - 1} \frac{{z}^{k}}{k !}\right| \le \frac{{\left|z\right|}^{N}}{N ! \left(1 - \frac{\left|z\right|}{N}\right)}
Assumptions:zC  and  NZ  and  N>zz \in \mathbb{C} \;\mathbin{\operatorname{and}}\; N \in \mathbb{Z} \;\mathbin{\operatorname{and}}\; N > \left|z\right|
TeX:
\left|{e}^{z} - \sum_{k=0}^{N - 1} \frac{{z}^{k}}{k !}\right| \le \frac{{\left|z\right|}^{N}}{N ! \left(1 - \frac{\left|z\right|}{N}\right)}

z \in \mathbb{C} \;\mathbin{\operatorname{and}}\; N \in \mathbb{Z} \;\mathbin{\operatorname{and}}\; N > \left|z\right|
Definitions:
Fungrim symbol Notation Short description
Absz\left|z\right| Absolute value
Expez{e}^{z} Exponential function
Sumnf(n)\sum_{n} f(n) Sum
Powab{a}^{b} Power
Factorialn!n ! Factorial
CCC\mathbb{C} Complex numbers
ZZZ\mathbb{Z} Integers
Source code for this entry:
Entry(ID("3c4480"),
    Formula(LessEqual(Abs(Sub(Exp(z), Sum(Div(Pow(z, k), Factorial(k)), For(k, 0, Sub(N, 1))))), Div(Pow(Abs(z), N), Mul(Factorial(N), Sub(1, Div(Abs(z), N)))))),
    Variables(z, N),
    Assumptions(And(Element(z, CC), Element(N, ZZ), Greater(N, Abs(z)))))

Topics using this entry

Copyright (C) Fredrik Johansson and contributors. Fungrim is provided under the MIT license. The source code is on GitHub.

2021-03-15 19:12:00.328586 UTC