How this calculator works
The engine evaluates z=f(x,y) at each point of a 17×17 rectangular grid. Undefined samples are omitted rather than fabricated.
Formula
z=f(x,y)Samples an explicit two-variable surface over a finite rectangular domain.
Worked example
Paraboloid is a verified test case used by the calculation engine.
Assumptions and limitations
- This certified version supports explicit surfaces z=f(x,y).
- The x and y domains must be finite and ordered.
- A finite sampled surface may not reveal every feature between grid points.
Methodology & sources
This calculator uses deterministic, versioned calculation logic. The formula and verified examples above are part of the calculation definition used by CalcuMint.
- CalcuMint deterministic expression engine — Restricted expression grammar with finite grid sampling.
Frequently asked questions
How many points are sampled?
The certified surface engine samples a 17×17 grid, up to 289 finite points.
Can the expression run arbitrary code?
No. It uses CalcuMint's restricted mathematical expression grammar.
