Function Reference
simplify()
Applies SumWise's supported symbolic cleanup rules to one expression.
Syntax
simplify(expression)
Arguments
| Argument | Description |
|---|---|
expression |
The symbolic expression to simplify. The function accepts exactly one argument. |
Return Value
Returns the supported simplified form. If no current rule applies, SumWise may return the expression unchanged apart from normal spacing.
Verified Examples
simplify(x+0)
Returns x.
simplify(x*1)
Returns x.
simplify(x+x)
Returns 2*x.
simplify(2*x + 3*x)
Returns 5*x.
simplify((x + 1) + (x + 2))
Returns 2*x + 3.
Current Scope
SumWise 2.3 provides supported deterministic simplification rules; it does not claim universal general-purpose CAS simplification.
simplify(3*x/2 + x/2)
Currently returns 3*x/2 + x/2. This rational
like-term form remains unchanged in the public 2.3 behavior.
Runs Locally
Once SumWise is installed, symbolic calculations are performed locally in the Windows application rather than sent to a web calculation service.
Related Documentation
Try symbolic math in SumWise
Explore supported symbolic workflows during the full-featured seven-day trial.