Secant/Muller Inverse Solver
This page is an interactive inverse-solver where you enter \(x, y\) samples, set a target \(y_\text{target}\), and compute the next \(x\) using Secant or Muller.
- Secant uses the last two rows to compute the next \(x\). Muller uses the last three rows to compute the next \(x\).
- Trigger fields: Method, Step Size, and \(y\) in row \(n\)
- Trigger action: compute \(x\) for row \(n + 1\)