\[\left(\left(\left(\left(\left(\left(x \cdot 18.0\right) \cdot y\right) \cdot z\right) \cdot t - \left(a \cdot 4.0\right) \cdot t\right) + b \cdot c\right) - \left(x \cdot 4.0\right) \cdot i\right) - \left(j \cdot 27.0\right) \cdot k\]
Test:
Diagrams.Solve.Polynomial:cubForm from diagrams-solve-0.1
Bits:
128 bits
Bits error versus x
Bits error versus y
Bits error versus z
Bits error versus t
Bits error versus a
Bits error versus b
Bits error versus c
Bits error versus i
Bits error versus j
Bits error versus k
Time: 47.5 s
Input Error: 5.3
Output Error: 4.7
Log:
Profile: 🕒
\(\left(\left(x \cdot \left(z \cdot t\right)\right) \cdot \left(y \cdot 18.0\right) - 4.0 \cdot \left(x \cdot i + t \cdot a\right)\right) + \left(b \cdot c - \left(j \cdot 27.0\right) \cdot k\right)\)
  1. Started with
    \[\left(\left(\left(\left(\left(\left(x \cdot 18.0\right) \cdot y\right) \cdot z\right) \cdot t - \left(a \cdot 4.0\right) \cdot t\right) + b \cdot c\right) - \left(x \cdot 4.0\right) \cdot i\right) - \left(j \cdot 27.0\right) \cdot k\]
    5.3
  2. Applied simplify to get
    \[\color{red}{\left(\left(\left(\left(\left(\left(x \cdot 18.0\right) \cdot y\right) \cdot z\right) \cdot t - \left(a \cdot 4.0\right) \cdot t\right) + b \cdot c\right) - \left(x \cdot 4.0\right) \cdot i\right) - \left(j \cdot 27.0\right) \cdot k} \leadsto \color{blue}{\left(\left(t \cdot z\right) \cdot \left(18.0 \cdot \left(x \cdot y\right)\right) - 4.0 \cdot \left(t \cdot a + i \cdot x\right)\right) + \left(c \cdot b - j \cdot \left(27.0 \cdot k\right)\right)}\]
    5.6
  3. Applied taylor to get
    \[\left(\left(t \cdot z\right) \cdot \left(18.0 \cdot \left(x \cdot y\right)\right) - 4.0 \cdot \left(t \cdot a + i \cdot x\right)\right) + \left(c \cdot b - j \cdot \left(27.0 \cdot k\right)\right) \leadsto \left(18.0 \cdot \left(y \cdot \left(t \cdot \left(x \cdot z\right)\right)\right) - \left(4.0 \cdot \left(i \cdot x\right) + 4.0 \cdot \left(a \cdot t\right)\right)\right) + \left(c \cdot b - j \cdot \left(27.0 \cdot k\right)\right)\]
    4.3
  4. Taylor expanded around inf to get
    \[\color{red}{\left(18.0 \cdot \left(y \cdot \left(t \cdot \left(x \cdot z\right)\right)\right) - \left(4.0 \cdot \left(i \cdot x\right) + 4.0 \cdot \left(a \cdot t\right)\right)\right)} + \left(c \cdot b - j \cdot \left(27.0 \cdot k\right)\right) \leadsto \color{blue}{\left(18.0 \cdot \left(y \cdot \left(t \cdot \left(x \cdot z\right)\right)\right) - \left(4.0 \cdot \left(i \cdot x\right) + 4.0 \cdot \left(a \cdot t\right)\right)\right)} + \left(c \cdot b - j \cdot \left(27.0 \cdot k\right)\right)\]
    4.3
  5. Applied simplify to get
    \[\color{red}{\left(18.0 \cdot \left(y \cdot \left(t \cdot \left(x \cdot z\right)\right)\right) - \left(4.0 \cdot \left(i \cdot x\right) + 4.0 \cdot \left(a \cdot t\right)\right)\right) + \left(c \cdot b - j \cdot \left(27.0 \cdot k\right)\right)} \leadsto \color{blue}{\left(\left(x \cdot \left(z \cdot t\right)\right) \cdot \left(y \cdot 18.0\right) - 4.0 \cdot \left(x \cdot i + t \cdot a\right)\right) + \left(b \cdot c - \left(j \cdot 27.0\right) \cdot k\right)}\]
    4.7

Original test:


(lambda ((x default) (y default) (z default) (t default) (a default) (b default) (c default) (i default) (j default) (k default))
  #:name "Diagrams.Solve.Polynomial:cubForm  from diagrams-solve-0.1"
  (- (- (+ (- (* (* (* (* x 18.0) y) z) t) (* (* a 4.0) t)) (* b c)) (* (* x 4.0) i)) (* (* j 27.0) k)))