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