surface example

3D Checkerboard Surface Graph

A stepped checkerboard made from quantized waves.

z = floor(abs(sin(x) * sin(y)) * 4) / 4

Teacher prompt

Why are there flat steps?

The floor function groups nearby heights into fixed levels.

min z 0.00max z 0.0056 samples

What this graph represents

The floor function turns smooth variation into flat levels.

Where it appears in calculus

It is useful for showing discontinuities and quantization.

Embed this graph

Use the Embed button in the calculator to copy a ready iframe for blogs, LMS pages, and lesson notes.

Open embed page

Related graphs

Open another surface page and compare shape, slices, and contour behavior.