SandBoxFormalProduct
last edited 10 years ago by Bill Page

Edit detail for SandBoxFormalProduct revision 3 of 3

1 2 3
Editor: Bill Page
Time: 2015年04月02日 22:04:41 GMT+0
Note:

added:
differentiate(f(x),x) = differentiate(f(y),y)
test %
integrate(f(x),x) = integrate(f(y),y)
test %
added:
sum(f(x),x) = sum(f(y),y)
test %
smaller?(sum(f(x),x),sum(f(y),y))
smaller?(sum(f(y),y),sum(f(x),x))

fricas
(1) -> f:=operator 'f
Type: BasicOperator?
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

AltStyle によって変換されたページ (->オリジナル) /