- Split input into 2 regimes
if y < -0.028796146798878482 or 3.77256214590498e-20 < y
Initial program 0.1
\[\frac{x \cdot e^{\left(y \cdot \log z + \left(t - 1.0\right) \cdot \log a\right) - b}}{y}\]
- Using strategy
rm Applied associate-/l*0.1
\[\leadsto \color{blue}{\frac{x}{\frac{y}{e^{\left(y \cdot \log z + \left(t - 1.0\right) \cdot \log a\right) - b}}}}\]
if -0.028796146798878482 < y < 3.77256214590498e-20
Initial program 3.6
\[\frac{x \cdot e^{\left(y \cdot \log z + \left(t - 1.0\right) \cdot \log a\right) - b}}{y}\]
Taylor expanded around inf 3.5
\[\leadsto \frac{x \cdot \color{blue}{e^{1.0 \cdot \log \left(\frac{1}{a}\right) - \left(\log \left(\frac{1}{z}\right) \cdot y + \left(b + t \cdot \log \left(\frac{1}{a}\right)\right)\right)}}}{y}\]
Simplified2.2
\[\leadsto \frac{x \cdot \color{blue}{\left(\left({a}^{\left(-1.0\right)} \cdot {z}^{y}\right) \cdot e^{(t \cdot \left(\log a\right) + \left(-b\right))_*}\right)}}{y}\]
- Recombined 2 regimes into one program.
Final simplification1.2
\[\leadsto \begin{array}{l}
\mathbf{if}\;y \le -0.028796146798878482 \lor \neg \left(y \le 3.77256214590498 \cdot 10^{-20}\right):\\
\;\;\;\;\frac{x}{\frac{y}{e^{\left(\log a \cdot \left(t - 1.0\right) + \log z \cdot y\right) - b}}}\\
\mathbf{else}:\\
\;\;\;\;\frac{\left(\left({z}^{y} \cdot {a}^{\left(-1.0\right)}\right) \cdot e^{(t \cdot \left(\log a\right) + \left(-b\right))_*}\right) \cdot x}{y}\\
\end{array}\]