Average Error: 11.8 → 12.2
Time: 57.7s
Precision: 64
Internal Precision: 128
\[\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)\]
\[(j \cdot \left(c \cdot t - y \cdot i\right) + \left(\left(\sqrt[3]{y \cdot z - a \cdot t} \cdot \sqrt[3]{y \cdot z - a \cdot t}\right) \cdot \left(\sqrt[3]{y \cdot z - a \cdot t} \cdot x\right) - \left(c \cdot z - i \cdot a\right) \cdot b\right))_*\]

Error

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

Derivation

  1. Initial program 11.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)\]
  2. Simplified11.8

    \[\leadsto \color{blue}{(j \cdot \left(t \cdot c - y \cdot i\right) + \left(\left(z \cdot y - t \cdot a\right) \cdot x - \left(z \cdot c - i \cdot a\right) \cdot b\right))_*}\]
  3. Using strategy rm
  4. Applied add-cube-cbrt12.2

    \[\leadsto (j \cdot \left(t \cdot c - y \cdot i\right) + \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))_*\]
  5. Applied associate-*l*12.2

    \[\leadsto (j \cdot \left(t \cdot c - y \cdot i\right) + \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))_*\]
  6. Final simplification12.2

    \[\leadsto (j \cdot \left(c \cdot t - y \cdot i\right) + \left(\left(\sqrt[3]{y \cdot z - a \cdot t} \cdot \sqrt[3]{y \cdot z - a \cdot t}\right) \cdot \left(\sqrt[3]{y \cdot z - a \cdot t} \cdot x\right) - \left(c \cdot z - i \cdot a\right) \cdot b\right))_*\]

Reproduce

herbie shell --seed 2019090 +o rules:numerics
(FPCore (x y z t a b c i j)
  :name "Linear.Matrix:det33 from linear-1.19.1.3"
  (+ (- (* x (- (* y z) (* t a))) (* b (- (* c z) (* i a)))) (* j (- (* c t) (* i y)))))