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