- Split input into 4 regimes
if (* c0 (sqrt (/ A (* V l)))) < -inf.0
Initial program 61.0
\[c0 \cdot \sqrt{\frac{A}{V \cdot \ell}}\]
Initial simplification48.0
\[\leadsto c0 \cdot \sqrt{\frac{\frac{A}{V}}{\ell}}\]
- Using strategy
rm Applied clear-num48.0
\[\leadsto c0 \cdot \sqrt{\color{blue}{\frac{1}{\frac{\ell}{\frac{A}{V}}}}}\]
- Using strategy
rm Applied sqrt-div46.0
\[\leadsto c0 \cdot \color{blue}{\frac{\sqrt{1}}{\sqrt{\frac{\ell}{\frac{A}{V}}}}}\]
Applied associate-*r/46.0
\[\leadsto \color{blue}{\frac{c0 \cdot \sqrt{1}}{\sqrt{\frac{\ell}{\frac{A}{V}}}}}\]
- Using strategy
rm Applied associate-/l*46.0
\[\leadsto \color{blue}{\frac{c0}{\frac{\sqrt{\frac{\ell}{\frac{A}{V}}}}{\sqrt{1}}}}\]
- Using strategy
rm Applied associate-/r/45.8
\[\leadsto \frac{c0}{\frac{\sqrt{\color{blue}{\frac{\ell}{A} \cdot V}}}{\sqrt{1}}}\]
Applied sqrt-prod43.3
\[\leadsto \frac{c0}{\frac{\color{blue}{\sqrt{\frac{\ell}{A}} \cdot \sqrt{V}}}{\sqrt{1}}}\]
if -inf.0 < (* c0 (sqrt (/ A (* V l)))) < -3.5741155635815926e-132 or 0.0 < (* c0 (sqrt (/ A (* V l)))) < 4.4289409362059765e+217
Initial program 0.7
\[c0 \cdot \sqrt{\frac{A}{V \cdot \ell}}\]
if -3.5741155635815926e-132 < (* c0 (sqrt (/ A (* V l)))) < 0.0
Initial program 27.4
\[c0 \cdot \sqrt{\frac{A}{V \cdot \ell}}\]
Initial simplification21.9
\[\leadsto c0 \cdot \sqrt{\frac{\frac{A}{V}}{\ell}}\]
- Using strategy
rm Applied clear-num22.2
\[\leadsto c0 \cdot \sqrt{\color{blue}{\frac{1}{\frac{\ell}{\frac{A}{V}}}}}\]
- Using strategy
rm Applied sqrt-div22.2
\[\leadsto c0 \cdot \color{blue}{\frac{\sqrt{1}}{\sqrt{\frac{\ell}{\frac{A}{V}}}}}\]
Applied associate-*r/22.2
\[\leadsto \color{blue}{\frac{c0 \cdot \sqrt{1}}{\sqrt{\frac{\ell}{\frac{A}{V}}}}}\]
- Using strategy
rm Applied associate-/l*22.2
\[\leadsto \color{blue}{\frac{c0}{\frac{\sqrt{\frac{\ell}{\frac{A}{V}}}}{\sqrt{1}}}}\]
if 4.4289409362059765e+217 < (* c0 (sqrt (/ A (* V l))))
Initial program 42.1
\[c0 \cdot \sqrt{\frac{A}{V \cdot \ell}}\]
Initial simplification33.7
\[\leadsto c0 \cdot \sqrt{\frac{\frac{A}{V}}{\ell}}\]
- Using strategy
rm Applied clear-num33.7
\[\leadsto c0 \cdot \sqrt{\color{blue}{\frac{1}{\frac{\ell}{\frac{A}{V}}}}}\]
- Using strategy
rm Applied sqrt-div32.6
\[\leadsto c0 \cdot \color{blue}{\frac{\sqrt{1}}{\sqrt{\frac{\ell}{\frac{A}{V}}}}}\]
Applied associate-*r/32.6
\[\leadsto \color{blue}{\frac{c0 \cdot \sqrt{1}}{\sqrt{\frac{\ell}{\frac{A}{V}}}}}\]
- Using strategy
rm Applied associate-/l*32.6
\[\leadsto \color{blue}{\frac{c0}{\frac{\sqrt{\frac{\ell}{\frac{A}{V}}}}{\sqrt{1}}}}\]
- Using strategy
rm Applied *-un-lft-identity32.6
\[\leadsto \frac{c0}{\color{blue}{1 \cdot \frac{\sqrt{\frac{\ell}{\frac{A}{V}}}}{\sqrt{1}}}}\]
Applied associate-/r*32.6
\[\leadsto \color{blue}{\frac{\frac{c0}{1}}{\frac{\sqrt{\frac{\ell}{\frac{A}{V}}}}{\sqrt{1}}}}\]
Simplified32.9
\[\leadsto \frac{\frac{c0}{1}}{\color{blue}{\sqrt{\frac{\ell}{A} \cdot V}}}\]
- Recombined 4 regimes into one program.
Final simplification14.7
\[\leadsto \begin{array}{l}
\mathbf{if}\;c0 \cdot \sqrt{\frac{A}{V \cdot \ell}} = -\infty:\\
\;\;\;\;\frac{c0}{\sqrt{\frac{\ell}{A}} \cdot \sqrt{V}}\\
\mathbf{elif}\;c0 \cdot \sqrt{\frac{A}{V \cdot \ell}} \le -3.5741155635815926 \cdot 10^{-132}:\\
\;\;\;\;c0 \cdot \sqrt{\frac{A}{V \cdot \ell}}\\
\mathbf{elif}\;c0 \cdot \sqrt{\frac{A}{V \cdot \ell}} \le 0.0:\\
\;\;\;\;\frac{c0}{\sqrt{\frac{\ell}{\frac{A}{V}}}}\\
\mathbf{elif}\;c0 \cdot \sqrt{\frac{A}{V \cdot \ell}} \le 4.4289409362059765 \cdot 10^{+217}:\\
\;\;\;\;c0 \cdot \sqrt{\frac{A}{V \cdot \ell}}\\
\mathbf{else}:\\
\;\;\;\;\frac{c0}{\sqrt{V \cdot \frac{\ell}{A}}}\\
\end{array}\]