Fungrim home page

Fungrim entry: 8d486c

Wk ⁣(z)=1(1+Wk ⁣(z))exp ⁣(Wk ⁣(z))W'_{k}\!\left(z\right) = \frac{1}{\left(1 + W_{k}\!\left(z\right)\right) \exp\!\left(W_{k}\!\left(z\right)\right)}
Assumptions:(k=0  and  zC{e1})  or  (k=1  and  zC{0,e1})  or  (kZ{0,1}  and  zC{0})\left(k = 0 \;\mathbin{\operatorname{and}}\; z \in \mathbb{C} \setminus \left\{-{e}^{-1}\right\}\right) \;\mathbin{\operatorname{or}}\; \left(k = -1 \;\mathbin{\operatorname{and}}\; z \in \mathbb{C} \setminus \left\{0, -{e}^{-1}\right\}\right) \;\mathbin{\operatorname{or}}\; \left(k \in \mathbb{Z} \setminus \left\{0, 1\right\} \;\mathbin{\operatorname{and}}\; z \in \mathbb{C} \setminus \left\{0\right\}\right)
TeX:
W'_{k}\!\left(z\right) = \frac{1}{\left(1 + W_{k}\!\left(z\right)\right) \exp\!\left(W_{k}\!\left(z\right)\right)}

\left(k = 0 \;\mathbin{\operatorname{and}}\; z \in \mathbb{C} \setminus \left\{-{e}^{-1}\right\}\right) \;\mathbin{\operatorname{or}}\; \left(k = -1 \;\mathbin{\operatorname{and}}\; z \in \mathbb{C} \setminus \left\{0, -{e}^{-1}\right\}\right) \;\mathbin{\operatorname{or}}\; \left(k \in \mathbb{Z} \setminus \left\{0, 1\right\} \;\mathbin{\operatorname{and}}\; z \in \mathbb{C} \setminus \left\{0\right\}\right)
Definitions:
Fungrim symbol Notation Short description
LambertWW ⁣(z)W\!\left(z\right) Lambert W-function
Expez{e}^{z} Exponential function
CCC\mathbb{C} Complex numbers
ZZZ\mathbb{Z} Integers
Source code for this entry:
Entry(ID("8d486c"),
    Formula(Equal(LambertW(z, k, 1), Div(1, Mul(Add(1, LambertW(z, k)), Exp(LambertW(z, k)))))),
    Variables(k, z),
    Assumptions(Or(And(Equal(k, 0), Element(z, SetMinus(CC, Set(Neg(Exp(-1)))))), And(Equal(k, -1), Element(z, SetMinus(CC, Set(0, Neg(Exp(-1)))))), And(Element(k, SetMinus(ZZ, Set(0, 1))), Element(z, SetMinus(CC, Set(0)))))))

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