Getting Started
Getting Started With SumWise
SumWise is a Windows desktop scientific computation app. You can type normal calculator expressions, graph commands, unit conversions, symbolic math calls, statistics functions, and matrix/vector expressions into the main input field.
Try A Basic Expression
2+2
Press Enter to evaluate. SumWise stores the latest value as ans.
Try A Graph
graph sin(x), derivative(sin(x)) from -6.28 to 6.28
Graph commands create an interactive graph scene with zoom, pan, reset, legends, and visibility controls.
Use Built-In Discovery
- Use the welcome dashboard examples to populate the input.
- Open Help > Function Reference in the app to browse metadata-powered function docs.
- Use autocomplete to discover functions, constants, units, and commands while typing.
- Type
helporexamplesin the app for command examples.