Fungrim home page

Fungrim entry: 21d9a0

{W1 ⁣(z):zC{0}}=(,1]{x+yi:xR  and  yR  and  ((0<u<2  and  tv)  or  (1u2)  or  (1<u<3  and  t>v))   where t=xsinc(y),  v=cos(y),  u=yπ}\left\{ W_{-1}\!\left(z\right) : z \in \mathbb{C} \setminus \left\{0\right\} \right\} = \left(-\infty, -1\right] \cup \left\{ x + y i : x \in \mathbb{R} \;\mathbin{\operatorname{and}}\; y \in \mathbb{R} \;\mathbin{\operatorname{and}}\; \left(\left(0 < u < 2 \;\mathbin{\operatorname{and}}\; t \le v\right) \;\mathbin{\operatorname{or}}\; \left(1 \le u \le 2\right) \;\mathbin{\operatorname{or}}\; \left(1 < u < 3 \;\mathbin{\operatorname{and}}\; t > v\right)\right)\; \text{ where } t = x \operatorname{sinc}(y),\;v = -\cos(y),\;u = -\frac{y}{\pi} \right\}
TeX:
\left\{ W_{-1}\!\left(z\right) : z \in \mathbb{C} \setminus \left\{0\right\} \right\} = \left(-\infty, -1\right] \cup \left\{ x + y i : x \in \mathbb{R} \;\mathbin{\operatorname{and}}\; y \in \mathbb{R} \;\mathbin{\operatorname{and}}\; \left(\left(0 < u < 2 \;\mathbin{\operatorname{and}}\; t \le v\right) \;\mathbin{\operatorname{or}}\; \left(1 \le u \le 2\right) \;\mathbin{\operatorname{or}}\; \left(1 < u < 3 \;\mathbin{\operatorname{and}}\; t > v\right)\right)\; \text{ where } t = x \operatorname{sinc}(y),\;v = -\cos(y),\;u = -\frac{y}{\pi} \right\}
Definitions:
Fungrim symbol Notation Short description
LambertWW ⁣(z)W\!\left(z\right) Lambert W-function
CCC\mathbb{C} Complex numbers
OpenClosedInterval(a,b]\left(a, b\right] Open-closed interval
Infinity\infty Positive infinity
ConstIii Imaginary unit
RRR\mathbb{R} Real numbers
Sincsinc(z)\operatorname{sinc}(z) Sinc function
Coscos(z)\cos(z) Cosine
Piπ\pi The constant pi (3.14...)
Source code for this entry:
Entry(ID("21d9a0"),
    Formula(Equal(Set(LambertW(z, -1), ForElement(z, SetMinus(CC, Set(0)))), Union(OpenClosedInterval(Neg(Infinity), -1), Set(Add(x, Mul(y, ConstI)), For(Tuple(x, y)), Where(And(Element(x, RR), Element(y, RR), Or(And(Less(0, u, 2), LessEqual(t, v)), Parentheses(LessEqual(1, u, 2)), And(Less(1, u, 3), Greater(t, v)))), Equal(t, Mul(x, Sinc(y))), Equal(v, Neg(Cos(y))), Equal(u, Neg(Div(y, Pi)))))))))

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