- Split input into 3 regimes
if b < 4.025230259606765e+44
Initial program 12.2
\[\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 simplification12.2
\[\leadsto \left(t \cdot c - y \cdot i\right) \cdot j + \left(\left(z \cdot y - t \cdot a\right) \cdot x - \left(z \cdot c - i \cdot a\right) \cdot b\right)\]
- Using strategy
rm Applied add-cube-cbrt12.4
\[\leadsto \left(t \cdot c - y \cdot i\right) \cdot j + \left(\left(z \cdot y - t \cdot a\right) \cdot x - \color{blue}{\left(\sqrt[3]{\left(z \cdot c - i \cdot a\right) \cdot b} \cdot \sqrt[3]{\left(z \cdot c - i \cdot a\right) \cdot b}\right) \cdot \sqrt[3]{\left(z \cdot c - i \cdot a\right) \cdot b}}\right)\]
if 4.025230259606765e+44 < b < 1.7068820682305209e+227
Initial program 6.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 simplification6.5
\[\leadsto \left(t \cdot c - y \cdot i\right) \cdot j + \left(\left(z \cdot y - t \cdot a\right) \cdot x - \left(z \cdot c - i \cdot a\right) \cdot b\right)\]
Taylor expanded around 0 18.0
\[\leadsto \color{blue}{0} + \left(\left(z \cdot y - t \cdot a\right) \cdot x - \left(z \cdot c - i \cdot a\right) \cdot b\right)\]
if 1.7068820682305209e+227 < b
Initial program 4.8
\[\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 simplification4.8
\[\leadsto \left(t \cdot c - y \cdot i\right) \cdot j + \left(\left(z \cdot y - t \cdot a\right) \cdot x - \left(z \cdot c - i \cdot a\right) \cdot b\right)\]
- Using strategy
rm Applied add-cube-cbrt4.9
\[\leadsto \left(t \cdot c - y \cdot i\right) \cdot j + \left(\color{blue}{\left(\left(\sqrt[3]{z \cdot y - t \cdot a} \cdot \sqrt[3]{z \cdot y - t \cdot a}\right) \cdot \sqrt[3]{z \cdot y - t \cdot a}\right)} \cdot x - \left(z \cdot c - i \cdot a\right) \cdot b\right)\]
Applied associate-*l*5.0
\[\leadsto \left(t \cdot c - y \cdot i\right) \cdot j + \left(\color{blue}{\left(\sqrt[3]{z \cdot y - t \cdot a} \cdot \sqrt[3]{z \cdot y - t \cdot a}\right) \cdot \left(\sqrt[3]{z \cdot y - t \cdot a} \cdot x\right)} - \left(z \cdot c - i \cdot a\right) \cdot b\right)\]
- Using strategy
rm Applied add-cube-cbrt5.0
\[\leadsto \left(t \cdot c - y \cdot i\right) \cdot j + \left(\left(\color{blue}{\left(\left(\sqrt[3]{\sqrt[3]{z \cdot y - t \cdot a}} \cdot \sqrt[3]{\sqrt[3]{z \cdot y - t \cdot a}}\right) \cdot \sqrt[3]{\sqrt[3]{z \cdot y - t \cdot a}}\right)} \cdot \sqrt[3]{z \cdot y - t \cdot a}\right) \cdot \left(\sqrt[3]{z \cdot y - t \cdot a} \cdot x\right) - \left(z \cdot c - i \cdot a\right) \cdot b\right)\]
- Recombined 3 regimes into one program.
Final simplification12.8
\[\leadsto \begin{array}{l}
\mathbf{if}\;b \le 4.025230259606765 \cdot 10^{+44}:\\
\;\;\;\;\left(\left(z \cdot y - a \cdot t\right) \cdot x - \left(\sqrt[3]{\left(c \cdot z - a \cdot i\right) \cdot b} \cdot \sqrt[3]{\left(c \cdot z - a \cdot i\right) \cdot b}\right) \cdot \sqrt[3]{\left(c \cdot z - a \cdot i\right) \cdot b}\right) + \left(t \cdot c - i \cdot y\right) \cdot j\\
\mathbf{elif}\;b \le 1.7068820682305209 \cdot 10^{+227}:\\
\;\;\;\;\left(z \cdot y - a \cdot t\right) \cdot x - \left(c \cdot z - a \cdot i\right) \cdot b\\
\mathbf{else}:\\
\;\;\;\;\left(t \cdot c - i \cdot y\right) \cdot j + \left(\left(\sqrt[3]{z \cdot y - a \cdot t} \cdot x\right) \cdot \left(\left(\left(\sqrt[3]{\sqrt[3]{z \cdot y - a \cdot t}} \cdot \sqrt[3]{\sqrt[3]{z \cdot y - a \cdot t}}\right) \cdot \sqrt[3]{\sqrt[3]{z \cdot y - a \cdot t}}\right) \cdot \sqrt[3]{z \cdot y - a \cdot t}\right) - \left(c \cdot z - a \cdot i\right) \cdot b\right)\\
\end{array}\]