Linear Algebra Engine
QR, LU, and SVD decompositions. System solvers, matrix inverses, norms, rank — all via Householder reflections and partial-pivot LU. Cache-blocked tiled matmul for large matrices.
A modular HPC studio running entirely client-side. No server uploads. No accounts. No limits. Pure mathematics, accelerated.
All computation runs locally in your browser tab. Your data never leaves your machine.
No sign-up, no session limits, no paywall. Open the tab and start computing.
Linear Algebra, ODE Solver, Numerical Integration, and PDE Solver — fully functional today.
Each module is an independent computational engine. Load only what you need.
QR, LU, and SVD decompositions. System solvers, matrix inverses, norms, rank — all via Householder reflections and partial-pivot LU. Cache-blocked tiled matmul for large matrices.
Integrate systems of ordinary differential equations — non-stiff via RK4 and adaptive Dormand-Prince DP5, symplectic via Velocity Verlet and Leapfrog for energy-conserving simulations.
Definite integral approximation via composite Trapezoidal, Simpson 1/3, 32-point Gauss-Legendre (exact to degree 63), and Monte Carlo — with live curve visualization.
Solve partial differential equations in 1D and 2D — heat diffusion, wave propagation, Burgers' shocks, linear advection, Schrödinger quantum mechanics, and Poisson electrostatics. Animated space-time diagrams, chunked for large grids.
No data ever leaves your tab. Eliminates network overhead entirely — numerical pipelines run at local memory bandwidth speed.
Leverages your CPU cores via Web Workers and GPU pipelines via WebGPU. Your hardware, working at capacity.
Load only the modules you need. Each engine is isolated — one computation never blocks another or the UI thread.
Heavy tasks run off the main thread in Web Workers. The UI stays fluid at 60fps regardless of computation intensity.