- Split input into 2 regimes
if (* (- t 1.0) (log a)) < -633.2291883233237 or -233.52457813789584 < (* (- t 1.0) (log a))
Initial program 1.0
\[\frac{x \cdot e^{\left(y \cdot \log z + \left(t - 1.0\right) \cdot \log a\right) - b}}{y}\]
- Using strategy
rm Applied *-un-lft-identity1.0
\[\leadsto \frac{x \cdot e^{\color{blue}{1 \cdot \left(\left(y \cdot \log z + \left(t - 1.0\right) \cdot \log a\right) - b\right)}}}{y}\]
Applied exp-prod1.0
\[\leadsto \frac{x \cdot \color{blue}{{\left(e^{1}\right)}^{\left(\left(y \cdot \log z + \left(t - 1.0\right) \cdot \log a\right) - b\right)}}}{y}\]
Applied simplify1.0
\[\leadsto \frac{x \cdot {\color{blue}{e}}^{\left(\left(y \cdot \log z + \left(t - 1.0\right) \cdot \log a\right) - b\right)}}{y}\]
if -633.2291883233237 < (* (- t 1.0) (log a)) < -233.52457813789584
Initial program 7.2
\[\frac{x \cdot e^{\left(y \cdot \log z + \left(t - 1.0\right) \cdot \log a\right) - b}}{y}\]
- Using strategy
rm Applied sub-neg7.2
\[\leadsto \frac{x \cdot e^{\color{blue}{\left(y \cdot \log z + \left(t - 1.0\right) \cdot \log a\right) + \left(-b\right)}}}{y}\]
Applied exp-sum13.2
\[\leadsto \frac{x \cdot \color{blue}{\left(e^{y \cdot \log z + \left(t - 1.0\right) \cdot \log a} \cdot e^{-b}\right)}}{y}\]
Applied associate-*r*13.2
\[\leadsto \frac{\color{blue}{\left(x \cdot e^{y \cdot \log z + \left(t - 1.0\right) \cdot \log a}\right) \cdot e^{-b}}}{y}\]
Applied simplify11.7
\[\leadsto \frac{\color{blue}{\left({a}^{\left(t - 1.0\right)} \cdot \left({z}^{y} \cdot x\right)\right)} \cdot e^{-b}}{y}\]
Taylor expanded around 0 20.0
\[\leadsto \frac{\left({a}^{\left(t - 1.0\right)} \cdot \color{blue}{\left(x + y \cdot \left(\log z \cdot x\right)\right)}\right) \cdot e^{-b}}{y}\]
Applied simplify11.9
\[\leadsto \color{blue}{\frac{x + \log z \cdot \left(y \cdot x\right)}{\frac{e^{b} \cdot y}{{a}^{\left(t - 1.0\right)}}}}\]
- Recombined 2 regimes into one program.
Applied simplify2.7
\[\leadsto \color{blue}{\begin{array}{l}
\mathbf{if}\;\left(t - 1.0\right) \cdot \log a \le -633.2291883233237 \lor \neg \left(\left(t - 1.0\right) \cdot \log a \le -233.52457813789584\right):\\
\;\;\;\;\frac{{e}^{\left(\left(\log z \cdot y + \left(t - 1.0\right) \cdot \log a\right) - b\right)} \cdot x}{y}\\
\mathbf{else}:\\
\;\;\;\;\frac{\log z \cdot \left(y \cdot x\right) + x}{\frac{y \cdot e^{b}}{{a}^{\left(t - 1.0\right)}}}\\
\end{array}}\]