// / __________ \ / __________ \ \ // / __________ \ / __________ \ \
|| | / x + 2*c | | / x + 2*c | | || | / x + 2*c | | / x + 2*c | |
y1 = I*im|<-W\-\/ e *|x|/ for W\-\/ e *|x|/ <= 0| + re|<-W\-\/ e *|x|/ for W\-\/ e *|x|/ <= 0|
|| | || |
\\ nan otherwise / \\ nan otherwise /
$$y_{1} = \operatorname{re}{\left(\begin{cases} - W\left(- \sqrt{e^{2 c + x}} \left|{x}\right|\right) & \text{for}\: W\left(- \sqrt{e^{2 c + x}} \left|{x}\right|\right) \leq 0 \\\text{NaN} & \text{otherwise} \end{cases}\right)} + i \operatorname{im}{\left(\begin{cases} - W\left(- \sqrt{e^{2 c + x}} \left|{x}\right|\right) & \text{for}\: W\left(- \sqrt{e^{2 c + x}} \left|{x}\right|\right) \leq 0 \\\text{NaN} & \text{otherwise} \end{cases}\right)}$$
// / __________ \ / __________ \ \ // / __________ \ / __________ \ \
|| | / x + 2*c | | / x + 2*c | | || | / x + 2*c | | / x + 2*c | |
y2 = I*im|<-W\-\/ e *|x|/ for W\-\/ e *|x|/ > 0| + re|<-W\-\/ e *|x|/ for W\-\/ e *|x|/ > 0|
|| | || |
\\ nan otherwise / \\ nan otherwise /
$$y_{2} = \operatorname{re}{\left(\begin{cases} - W\left(- \sqrt{e^{2 c + x}} \left|{x}\right|\right) & \text{for}\: W\left(- \sqrt{e^{2 c + x}} \left|{x}\right|\right) > 0 \\\text{NaN} & \text{otherwise} \end{cases}\right)} + i \operatorname{im}{\left(\begin{cases} - W\left(- \sqrt{e^{2 c + x}} \left|{x}\right|\right) & \text{for}\: W\left(- \sqrt{e^{2 c + x}} \left|{x}\right|\right) > 0 \\\text{NaN} & \text{otherwise} \end{cases}\right)}$$
// / __________ \ / __________ \ \ // / __________ \ / __________ \ \
|| | / x + 2*c | | / x + 2*c | | || | / x + 2*c | | / x + 2*c | |
y3 = I*im|<-W\\/ e *|x|/ for W\\/ e *|x|/ <= 0| + re|<-W\\/ e *|x|/ for W\\/ e *|x|/ <= 0|
|| | || |
\\ nan otherwise / \\ nan otherwise /
$$y_{3} = \operatorname{re}{\left(\begin{cases} - W\left(\sqrt{e^{2 c + x}} \left|{x}\right|\right) & \text{for}\: W\left(\sqrt{e^{2 c + x}} \left|{x}\right|\right) \leq 0 \\\text{NaN} & \text{otherwise} \end{cases}\right)} + i \operatorname{im}{\left(\begin{cases} - W\left(\sqrt{e^{2 c + x}} \left|{x}\right|\right) & \text{for}\: W\left(\sqrt{e^{2 c + x}} \left|{x}\right|\right) \leq 0 \\\text{NaN} & \text{otherwise} \end{cases}\right)}$$
// / __________ \ / __________ \ \ // / __________ \ / __________ \ \
|| | / x + 2*c | | / x + 2*c | | || | / x + 2*c | | / x + 2*c | |
y4 = I*im|<-W\\/ e *|x|/ for W\\/ e *|x|/ > 0| + re|<-W\\/ e *|x|/ for W\\/ e *|x|/ > 0|
|| | || |
\\ nan otherwise / \\ nan otherwise /
$$y_{4} = \operatorname{re}{\left(\begin{cases} - W\left(\sqrt{e^{2 c + x}} \left|{x}\right|\right) & \text{for}\: W\left(\sqrt{e^{2 c + x}} \left|{x}\right|\right) > 0 \\\text{NaN} & \text{otherwise} \end{cases}\right)} + i \operatorname{im}{\left(\begin{cases} - W\left(\sqrt{e^{2 c + x}} \left|{x}\right|\right) & \text{for}\: W\left(\sqrt{e^{2 c + x}} \left|{x}\right|\right) > 0 \\\text{NaN} & \text{otherwise} \end{cases}\right)}$$
y4 = re(Piecewise((-LambertW(sqrt(exp(2*c + x))*|x|, LambertW(sqrt(exp(2*c + x))*|x|) > 0), (nan, True))) + i*im(Piecewise((-LambertW(sqrt(exp(2*c + x))*|x|), LambertW(sqrt(exp(2*c + x))*|x|) > 0), (nan, True))))
Suma y producto de raíces
[src]
// / __________ \ / __________ \ \ // / __________ \ / __________ \ \ // / __________ \ / __________ \ \ // / __________ \ / __________ \ \ // / __________ \ / __________ \ \ // / __________ \ / __________ \ \ // / __________ \ / __________ \ \ // / __________ \ / __________ \ \
|| | / x + 2*c | | / x + 2*c | | || | / x + 2*c | | / x + 2*c | | || | / x + 2*c | | / x + 2*c | | || | / x + 2*c | | / x + 2*c | | || | / x + 2*c | | / x + 2*c | | || | / x + 2*c | | / x + 2*c | | || | / x + 2*c | | / x + 2*c | | || | / x + 2*c | | / x + 2*c | |
I*im|<-W\-\/ e *|x|/ for W\-\/ e *|x|/ <= 0| + re|<-W\-\/ e *|x|/ for W\-\/ e *|x|/ <= 0| + I*im|<-W\-\/ e *|x|/ for W\-\/ e *|x|/ > 0| + re|<-W\-\/ e *|x|/ for W\-\/ e *|x|/ > 0| + I*im|<-W\\/ e *|x|/ for W\\/ e *|x|/ <= 0| + re|<-W\\/ e *|x|/ for W\\/ e *|x|/ <= 0| + I*im|<-W\\/ e *|x|/ for W\\/ e *|x|/ > 0| + re|<-W\\/ e *|x|/ for W\\/ e *|x|/ > 0|
|| | || | || | || | || | || | || | || |
\\ nan otherwise / \\ nan otherwise / \\ nan otherwise / \\ nan otherwise / \\ nan otherwise / \\ nan otherwise / \\ nan otherwise / \\ nan otherwise /
$$\left(\left(\left(\operatorname{re}{\left(\begin{cases} - W\left(- \sqrt{e^{2 c + x}} \left|{x}\right|\right) & \text{for}\: W\left(- \sqrt{e^{2 c + x}} \left|{x}\right|\right) \leq 0 \\\text{NaN} & \text{otherwise} \end{cases}\right)} + i \operatorname{im}{\left(\begin{cases} - W\left(- \sqrt{e^{2 c + x}} \left|{x}\right|\right) & \text{for}\: W\left(- \sqrt{e^{2 c + x}} \left|{x}\right|\right) \leq 0 \\\text{NaN} & \text{otherwise} \end{cases}\right)}\right) + \left(\operatorname{re}{\left(\begin{cases} - W\left(- \sqrt{e^{2 c + x}} \left|{x}\right|\right) & \text{for}\: W\left(- \sqrt{e^{2 c + x}} \left|{x}\right|\right) > 0 \\\text{NaN} & \text{otherwise} \end{cases}\right)} + i \operatorname{im}{\left(\begin{cases} - W\left(- \sqrt{e^{2 c + x}} \left|{x}\right|\right) & \text{for}\: W\left(- \sqrt{e^{2 c + x}} \left|{x}\right|\right) > 0 \\\text{NaN} & \text{otherwise} \end{cases}\right)}\right)\right) + \left(\operatorname{re}{\left(\begin{cases} - W\left(\sqrt{e^{2 c + x}} \left|{x}\right|\right) & \text{for}\: W\left(\sqrt{e^{2 c + x}} \left|{x}\right|\right) \leq 0 \\\text{NaN} & \text{otherwise} \end{cases}\right)} + i \operatorname{im}{\left(\begin{cases} - W\left(\sqrt{e^{2 c + x}} \left|{x}\right|\right) & \text{for}\: W\left(\sqrt{e^{2 c + x}} \left|{x}\right|\right) \leq 0 \\\text{NaN} & \text{otherwise} \end{cases}\right)}\right)\right) + \left(\operatorname{re}{\left(\begin{cases} - W\left(\sqrt{e^{2 c + x}} \left|{x}\right|\right) & \text{for}\: W\left(\sqrt{e^{2 c + x}} \left|{x}\right|\right) > 0 \\\text{NaN} & \text{otherwise} \end{cases}\right)} + i \operatorname{im}{\left(\begin{cases} - W\left(\sqrt{e^{2 c + x}} \left|{x}\right|\right) & \text{for}\: W\left(\sqrt{e^{2 c + x}} \left|{x}\right|\right) > 0 \\\text{NaN} & \text{otherwise} \end{cases}\right)}\right)$$
// / __________ \ / __________ \ \ // / __________ \ / __________ \ \ // / __________ \ / __________ \ \ // / __________ \ / __________ \ \ // / __________ \ / __________ \ \ // / __________ \ / __________ \ \ // / __________ \ / __________ \ \ // / __________ \ / __________ \ \
|| | / x + 2*c | | / x + 2*c | | || | / x + 2*c | | / x + 2*c | | || | / x + 2*c | | / x + 2*c | | || | / x + 2*c | | / x + 2*c | | || | / x + 2*c | | / x + 2*c | | || | / x + 2*c | | / x + 2*c | | || | / x + 2*c | | / x + 2*c | | || | / x + 2*c | | / x + 2*c | |
I*im|<-W\\/ e *|x|/ for W\\/ e *|x|/ > 0| + I*im|<-W\\/ e *|x|/ for W\\/ e *|x|/ <= 0| + I*im|<-W\-\/ e *|x|/ for W\-\/ e *|x|/ > 0| + I*im|<-W\-\/ e *|x|/ for W\-\/ e *|x|/ <= 0| + re|<-W\\/ e *|x|/ for W\\/ e *|x|/ > 0| + re|<-W\\/ e *|x|/ for W\\/ e *|x|/ <= 0| + re|<-W\-\/ e *|x|/ for W\-\/ e *|x|/ > 0| + re|<-W\-\/ e *|x|/ for W\-\/ e *|x|/ <= 0|
|| | || | || | || | || | || | || | || |
\\ nan otherwise / \\ nan otherwise / \\ nan otherwise / \\ nan otherwise / \\ nan otherwise / \\ nan otherwise / \\ nan otherwise / \\ nan otherwise /
$$\operatorname{re}{\left(\begin{cases} - W\left(- \sqrt{e^{2 c + x}} \left|{x}\right|\right) & \text{for}\: W\left(- \sqrt{e^{2 c + x}} \left|{x}\right|\right) \leq 0 \\\text{NaN} & \text{otherwise} \end{cases}\right)} + \operatorname{re}{\left(\begin{cases} - W\left(- \sqrt{e^{2 c + x}} \left|{x}\right|\right) & \text{for}\: W\left(- \sqrt{e^{2 c + x}} \left|{x}\right|\right) > 0 \\\text{NaN} & \text{otherwise} \end{cases}\right)} + \operatorname{re}{\left(\begin{cases} - W\left(\sqrt{e^{2 c + x}} \left|{x}\right|\right) & \text{for}\: W\left(\sqrt{e^{2 c + x}} \left|{x}\right|\right) \leq 0 \\\text{NaN} & \text{otherwise} \end{cases}\right)} + \operatorname{re}{\left(\begin{cases} - W\left(\sqrt{e^{2 c + x}} \left|{x}\right|\right) & \text{for}\: W\left(\sqrt{e^{2 c + x}} \left|{x}\right|\right) > 0 \\\text{NaN} & \text{otherwise} \end{cases}\right)} + i \operatorname{im}{\left(\begin{cases} - W\left(- \sqrt{e^{2 c + x}} \left|{x}\right|\right) & \text{for}\: W\left(- \sqrt{e^{2 c + x}} \left|{x}\right|\right) \leq 0 \\\text{NaN} & \text{otherwise} \end{cases}\right)} + i \operatorname{im}{\left(\begin{cases} - W\left(- \sqrt{e^{2 c + x}} \left|{x}\right|\right) & \text{for}\: W\left(- \sqrt{e^{2 c + x}} \left|{x}\right|\right) > 0 \\\text{NaN} & \text{otherwise} \end{cases}\right)} + i \operatorname{im}{\left(\begin{cases} - W\left(\sqrt{e^{2 c + x}} \left|{x}\right|\right) & \text{for}\: W\left(\sqrt{e^{2 c + x}} \left|{x}\right|\right) \leq 0 \\\text{NaN} & \text{otherwise} \end{cases}\right)} + i \operatorname{im}{\left(\begin{cases} - W\left(\sqrt{e^{2 c + x}} \left|{x}\right|\right) & \text{for}\: W\left(\sqrt{e^{2 c + x}} \left|{x}\right|\right) > 0 \\\text{NaN} & \text{otherwise} \end{cases}\right)}$$
/ // / __________ \ / __________ \ \ // / __________ \ / __________ \ \\ / // / __________ \ / __________ \ \ // / __________ \ / __________ \ \\ / // / __________ \ / __________ \ \ // / __________ \ / __________ \ \\ / // / __________ \ / __________ \ \ // / __________ \ / __________ \ \\
| || | / x + 2*c | | / x + 2*c | | || | / x + 2*c | | / x + 2*c | || | || | / x + 2*c | | / x + 2*c | | || | / x + 2*c | | / x + 2*c | || | || | / x + 2*c | | / x + 2*c | | || | / x + 2*c | | / x + 2*c | || | || | / x + 2*c | | / x + 2*c | | || | / x + 2*c | | / x + 2*c | ||
|I*im|<-W\-\/ e *|x|/ for W\-\/ e *|x|/ <= 0| + re|<-W\-\/ e *|x|/ for W\-\/ e *|x|/ <= 0||*|I*im|<-W\-\/ e *|x|/ for W\-\/ e *|x|/ > 0| + re|<-W\-\/ e *|x|/ for W\-\/ e *|x|/ > 0||*|I*im|<-W\\/ e *|x|/ for W\\/ e *|x|/ <= 0| + re|<-W\\/ e *|x|/ for W\\/ e *|x|/ <= 0||*|I*im|<-W\\/ e *|x|/ for W\\/ e *|x|/ > 0| + re|<-W\\/ e *|x|/ for W\\/ e *|x|/ > 0||
| || | || || | || | || || | || | || || | || | || ||
\ \\ nan otherwise / \\ nan otherwise // \ \\ nan otherwise / \\ nan otherwise // \ \\ nan otherwise / \\ nan otherwise // \ \\ nan otherwise / \\ nan otherwise //
$$\left(\operatorname{re}{\left(\begin{cases} - W\left(- \sqrt{e^{2 c + x}} \left|{x}\right|\right) & \text{for}\: W\left(- \sqrt{e^{2 c + x}} \left|{x}\right|\right) \leq 0 \\\text{NaN} & \text{otherwise} \end{cases}\right)} + i \operatorname{im}{\left(\begin{cases} - W\left(- \sqrt{e^{2 c + x}} \left|{x}\right|\right) & \text{for}\: W\left(- \sqrt{e^{2 c + x}} \left|{x}\right|\right) \leq 0 \\\text{NaN} & \text{otherwise} \end{cases}\right)}\right) \left(\operatorname{re}{\left(\begin{cases} - W\left(- \sqrt{e^{2 c + x}} \left|{x}\right|\right) & \text{for}\: W\left(- \sqrt{e^{2 c + x}} \left|{x}\right|\right) > 0 \\\text{NaN} & \text{otherwise} \end{cases}\right)} + i \operatorname{im}{\left(\begin{cases} - W\left(- \sqrt{e^{2 c + x}} \left|{x}\right|\right) & \text{for}\: W\left(- \sqrt{e^{2 c + x}} \left|{x}\right|\right) > 0 \\\text{NaN} & \text{otherwise} \end{cases}\right)}\right) \left(\operatorname{re}{\left(\begin{cases} - W\left(\sqrt{e^{2 c + x}} \left|{x}\right|\right) & \text{for}\: W\left(\sqrt{e^{2 c + x}} \left|{x}\right|\right) \leq 0 \\\text{NaN} & \text{otherwise} \end{cases}\right)} + i \operatorname{im}{\left(\begin{cases} - W\left(\sqrt{e^{2 c + x}} \left|{x}\right|\right) & \text{for}\: W\left(\sqrt{e^{2 c + x}} \left|{x}\right|\right) \leq 0 \\\text{NaN} & \text{otherwise} \end{cases}\right)}\right) \left(\operatorname{re}{\left(\begin{cases} - W\left(\sqrt{e^{2 c + x}} \left|{x}\right|\right) & \text{for}\: W\left(\sqrt{e^{2 c + x}} \left|{x}\right|\right) > 0 \\\text{NaN} & \text{otherwise} \end{cases}\right)} + i \operatorname{im}{\left(\begin{cases} - W\left(\sqrt{e^{2 c + x}} \left|{x}\right|\right) & \text{for}\: W\left(\sqrt{e^{2 c + x}} \left|{x}\right|\right) > 0 \\\text{NaN} & \text{otherwise} \end{cases}\right)}\right)$$
$$\text{NaN}$$