Skip to content

Assuming

Assuming(assumption, expression)

evaluate the expression with the assumptions appended to the default $Assumptions assumptions.

Examples

>> Assuming(x>0, Simplify(Sqrt(x^2)))
x

$Assumptions

Implementation status

  • ✅ - full supported

Github