surface example

3D Checkerboard Surface Graph

A stepped checkerboard made from quantized waves.

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

Quick facts

  • Formula: z = floor(abs(sin(x) * sin(y)) * 4) / 4
  • Category: surface
  • Tags: surface, calculus, z=f(x,y)

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.

How to use this graph

  1. Rotate the surface by dragging with your mouse or finger
  2. Use the Embed button to copy an <iframe> for your LMS or lesson page
  3. Click PNG to export a classroom-ready image
  4. Click Formula or LaTeX to copy the equation for your notes

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

Teacher prompt

Question: Why are there flat steps?

Answer: The floor function groups nearby heights into fixed levels.

Related graphs

Explore more surface examples and compare shapes, slices, and contour behavior.

Explore more tools

Use these free browser tools to extend your graphing workflow.