Skip to content

Mathlab WASM v0.1.0

Choose a tag to compare

@lindgreendavid lindgreendavid released this 14 Aug 11:59
· 3 commits to main since this release
2c45263

Mathlab WASM v0.1.0

The first public research-product release makes established root-finding behavior inspectable in a
Rust/WebAssembly laboratory.

Included

  • Bisection, Newton, and secant methods with complete structured traces.
  • Seven frozen scenarios covering simple roots, a repeated root, a Newton two-cycle, an invalid
    sign bracket, and a collapsed secant denominator.
  • Machine-readable results generated by the same Rust core used in the browser.
  • Interactive residual/position plots and exact iteration tables.
  • Explicit evidence boundaries and primary-source links.
  • Rust, WASM, browser, WCAG, responsive, security, and supply-chain checks.

Frozen result

All seven qualitative expectations pass. The comparison is deliberately bounded: it verifies known
behavior for selected examples and does not rank solvers for arbitrary scientific workloads.