Average Error: 11.4 → 11.7
Time: 48.3s
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)\]
\[\sqrt[3]{j \cdot \left(t \cdot c - y \cdot i\right)} \cdot \left(\sqrt[3]{j \cdot \left(t \cdot c - y \cdot i\right)} \cdot \sqrt[3]{\sqrt[3]{j \cdot \left(t \cdot c - y \cdot i\right)} \cdot \left(\sqrt[3]{j \cdot \left(t \cdot c - y \cdot i\right)} \cdot \sqrt[3]{j \cdot \left(t \cdot c - y \cdot i\right)}\right)}\right) + \left(\left(z \cdot y - t \cdot a\right) \cdot x - \left(z \cdot c - 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

Try it out

Your Program's Arguments

Results

Enter valid numbers for all inputs

Derivation

  1. Initial program 11.4

    \[\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. Initial simplification11.4

    \[\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)\]
  3. Using strategy rm
  4. Applied add-cube-cbrt11.7

    \[\leadsto \color{blue}{\left(\sqrt[3]{\left(t \cdot c - y \cdot i\right) \cdot j} \cdot \sqrt[3]{\left(t \cdot c - y \cdot i\right) \cdot j}\right) \cdot \sqrt[3]{\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)\]
  5. Using strategy rm
  6. Applied add-cbrt-cube11.7

    \[\leadsto \left(\sqrt[3]{\left(t \cdot c - y \cdot i\right) \cdot j} \cdot \color{blue}{\sqrt[3]{\left(\sqrt[3]{\left(t \cdot c - y \cdot i\right) \cdot j} \cdot \sqrt[3]{\left(t \cdot c - y \cdot i\right) \cdot j}\right) \cdot \sqrt[3]{\left(t \cdot c - y \cdot i\right) \cdot j}}}\right) \cdot \sqrt[3]{\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)\]
  7. Final simplification11.7

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

Runtime

Time bar (total: 48.3s)Debug logProfile

herbie shell --seed 2018348 
(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)))))