Write the math.
See the result.
Matrices are values. Plots are statements. Every computation measured in joules. Compiled to native speed.
Math is the syntax.
Multiply matrices with *. Transpose with '. Solve linear systems with \. JMax reads like the equations you already think in.
Plot is a statement.
Type plot and see the chart. One word. The result renders inline.
Export to SVG, PNG, PDF, CSV, or JSON. Publish-ready from the REPL.
Your way. One platform.
Write code, drag blocks, talk to AI, or type in a terminal. JMax compiles to native speed. Pick the way that fits how you think.
let beta = (X' * X) \ (X' * y)
let residuals = y - X * beta
plot scatter residuals
Every domain. One language.
Linear algebra, statistics, signal processing, machine learning, symbolic math, finance, bioinformatics, and data analysis. All built in. No packages. No dependencies. Just write.
Know what it costs.
Every JMax program produces an energy receipt. You see exactly how many joules your computation consumed.
Start computing.
Open a terminal. Type an equation. See the answer.