Release Notes

SumWise 2.2.0 Release Notes

SumWise 2.2.0 is a Windows desktop update focused on improved symbolic algebra, scoped polynomial workflows, visual calculus helpers, better exact/fraction result workflows, history and copy polish, helpful error suggestions, and safer everyday input handling.

What Is New

Symbolic Algebra And Polynomial Workflows

SumWise 2.2 strengthens supported symbolic math with scoped, deterministic helpers for common algebra and polynomial cases. The goal is practical reliability: supported expressions should expand, simplify, factor, solve, or report limitations clearly.

Example workflows include expand((x+2)(x+3)), simplify(2*x + 3*x), factor(x^2 + 5*x + 6), and solve(x^2 = 4, x).

Visual Calculus Helpers

The new visual calculus helpers expose useful polynomial workflows directly from the calculator. They are scoped to supported univariate polynomial cases rather than broad symbolic calculus coverage.

tangent_line(x^2, x, 2) definite_integral(x^2, x, 0, 3) critical_points(x^2 - 4*x + 4, x) extrema(x^2 - 4*x + 4, x)

Result And Input Polish

Fraction and mixed-number workflows are easier to use in 2.2. Exact and Mixed secondary results can appear when useful, and explicit approximate helpers are available when a decimal needs a denominator-limited fraction.

convert(100, km/h, mph) 100km/h to mph fraction(1000/60) mixed(1000/60) approx_fraction(0.3333333333)

Output history actions and copy controls make it easier to reuse previous inputs and copy the result form you actually want.

Notes And Cautions