Qurak

Simplify

Available, differs from the .wl reference

Applies basic simplification rules.

Independently checkable: an answer for this function is re-derived by a different route and compared - the workbench and the verify tool do this automatically, so a wrong answer is caught rather than trusted. History →

Simplify[expr]
Simplify[expr, assum]
Simplify[(x^2 - 1)/(x - 1)] → 1 + xSimplify[2*Log[2]] → Log[4]Simplify[Log[2] + Log[3]] → Log[6]Simplify[20*Log[2] + 20*Log[3]] → 20*Log[6]Simplify[(x^2 + y^2)/(x^2 + y^2 + z^2)^3] → (x^2 + y^2)/(x^2 + y^2 + z^2)^3Simplify[(x^3 + x)/(x^2 + 1)^2] → x/(1 + x^2)

Used in

Topics

Related

All 6300 functions · Use this from an MCP client