Reduce
Reduce(logic-expression, var)
returns the reduced
logic-expression
for the variablevar
. Reduce works only for theReals
domain.
Examples
>> Reduce(x^6-1==0 && x>0, x)x==1
Related terms
Implementation status
- ☑ - partially implemented
Reduce(logic-expression, var)
returns the reduced
logic-expression
for the variablevar
. Reduce works only for theReals
domain.
>> Reduce(x^6-1==0 && x>0, x)x==1