Workspace

Named numeric variables, usable in a few specific places.

Define k = 3 here once and it overrides any matching free variable -- but only on the panels that actually check the workspace (see below). It's not yet wired into every panel.

A workspace variable only ever holds a single number -- there's no other kind of state here. It's checked as a fallback for a matching free variable in exactly two places: Graphing's "Compare" tab, and the 2D pane of 3D & Surfaces' "z = f(x, y)" view. If a variable of that name already has its own local slider there, the workspace value overrides it entirely. It is not currently read by the main Graphing "Expression" view, the Calculator, Notebook value blocks, or any other panel (Geometry, Calculus, Data & Algebra, Complex, Signal, ...) -- setting "k" here won't affect those. An AI agent with "Agent access" turned on can also read and write these variables directly, from any page.

No workspace variables yet.