fricas
f:=operator 'f
fricas
differentiate(f(x),x) = differentiate(f(y),y)
Type: Equation(Expression(Integer))
fricas
test %
Type: Boolean
fricas
integrate(f(x),x) = integrate(f(y),y)
Type: Equation(Expression(Integer))
fricas
test %
Type: Boolean
fricas
-- y is replaced with x?
product(f(x),x) = product(f(y),y)
Type: Equation(Expression(Integer))
fricas
test %
Type: Boolean
fricas
smaller?(product(f(x),x),product(f(y),y))
Type: Boolean
fricas
smaller?(product(f(y),y),product(f(x),x))
Type: Boolean
fricas
sum(f(x),x) = sum(f(y),y)
Type: Equation(Expression(Integer))
fricas
test %
Type: Boolean
fricas
smaller?(sum(f(x),x),sum(f(y),y))
Type: Boolean
fricas
smaller?(sum(f(y),y),sum(f(x),x))
Type: Boolean