- Split input into 2 regimes
if j < -4.0998861719853314e-136 or 6.7179250031414464e-226 < j
Initial program 9.5
\[\left(x \cdot \left(y \cdot z - t \cdot a\right) - b \cdot \left(c \cdot z - i \cdot a\right)\right) + j \cdot \left(c \cdot t - i \cdot y\right)\]
Initial simplification9.5
\[\leadsto (\left(z \cdot y - t \cdot a\right) \cdot x + \left(\left(t \cdot c - y \cdot i\right) \cdot j - \left(z \cdot c - i \cdot a\right) \cdot b\right))_*\]
- Using strategy
rm Applied add-cube-cbrt9.8
\[\leadsto (\left(z \cdot y - t \cdot a\right) \cdot x + \left(\left(t \cdot c - y \cdot i\right) \cdot j - \color{blue}{\left(\left(\sqrt[3]{z \cdot c - i \cdot a} \cdot \sqrt[3]{z \cdot c - i \cdot a}\right) \cdot \sqrt[3]{z \cdot c - i \cdot a}\right)} \cdot b\right))_*\]
Applied associate-*l*9.8
\[\leadsto (\left(z \cdot y - t \cdot a\right) \cdot x + \left(\left(t \cdot c - y \cdot i\right) \cdot j - \color{blue}{\left(\sqrt[3]{z \cdot c - i \cdot a} \cdot \sqrt[3]{z \cdot c - i \cdot a}\right) \cdot \left(\sqrt[3]{z \cdot c - i \cdot a} \cdot b\right)}\right))_*\]
- Using strategy
rm Applied add-cbrt-cube9.8
\[\leadsto (\left(z \cdot y - t \cdot a\right) \cdot x + \left(\left(t \cdot c - y \cdot i\right) \cdot j - \left(\color{blue}{\sqrt[3]{\left(\sqrt[3]{z \cdot c - i \cdot a} \cdot \sqrt[3]{z \cdot c - i \cdot a}\right) \cdot \sqrt[3]{z \cdot c - i \cdot a}}} \cdot \sqrt[3]{z \cdot c - i \cdot a}\right) \cdot \left(\sqrt[3]{z \cdot c - i \cdot a} \cdot b\right)\right))_*\]
if -4.0998861719853314e-136 < j < 6.7179250031414464e-226
Initial program 16.6
\[\left(x \cdot \left(y \cdot z - t \cdot a\right) - b \cdot \left(c \cdot z - i \cdot a\right)\right) + j \cdot \left(c \cdot t - i \cdot y\right)\]
Initial simplification16.6
\[\leadsto (\left(z \cdot y - t \cdot a\right) \cdot x + \left(\left(t \cdot c - y \cdot i\right) \cdot j - \left(z \cdot c - i \cdot a\right) \cdot b\right))_*\]
Taylor expanded around -inf 13.3
\[\leadsto (\left(z \cdot y - t \cdot a\right) \cdot x + \color{blue}{\left(a \cdot \left(i \cdot b\right) - \left(z \cdot \left(b \cdot c\right) + i \cdot \left(j \cdot y\right)\right)\right)})_*\]
Simplified12.8
\[\leadsto (\left(z \cdot y - t \cdot a\right) \cdot x + \color{blue}{\left((b \cdot \left(a \cdot i - z \cdot c\right) + \left(\left(i \cdot j\right) \cdot \left(-y\right)\right))_*\right)})_*\]
- Recombined 2 regimes into one program.
Final simplification10.6
\[\leadsto \begin{array}{l}
\mathbf{if}\;j \le -4.0998861719853314 \cdot 10^{-136} \lor \neg \left(j \le 6.7179250031414464 \cdot 10^{-226}\right):\\
\;\;\;\;(\left(z \cdot y - a \cdot t\right) \cdot x + \left(\left(c \cdot t - y \cdot i\right) \cdot j - \left(\sqrt[3]{\sqrt[3]{z \cdot c - a \cdot i} \cdot \left(\sqrt[3]{z \cdot c - a \cdot i} \cdot \sqrt[3]{z \cdot c - a \cdot i}\right)} \cdot \sqrt[3]{z \cdot c - a \cdot i}\right) \cdot \left(b \cdot \sqrt[3]{z \cdot c - a \cdot i}\right)\right))_*\\
\mathbf{else}:\\
\;\;\;\;(\left(z \cdot y - a \cdot t\right) \cdot x + \left((b \cdot \left(a \cdot i - z \cdot c\right) + \left(\left(-y\right) \cdot \left(i \cdot j\right)\right))_*\right))_*\\
\end{array}\]