How to simplify an exponentional equation?

45 Views Asked by At

Is it the best way for the expression of this equation:

$$x = \frac{yexp\big(z(t_1 - t_2)\big)}{1+exp\big({z(t_1 - t_2)}\big)}$$

1

There are 1 best solutions below

0
On BEST ANSWER

$$x = y\sigma(z(t_1-t_2))$$

where $\sigma$ is the sigmoid function.

$$ \sigma(t) = \frac{1}{1+e^{-t}} $$