SandBoxFormalProduct
last edited 10 years ago by Bill Page

Edit detail for SandBoxFormalProduct revision 2 of 3

1 2 3
Editor: Bill Page
Time: 2015年03月31日 21:50:25 GMT+0
Note:

added:
smaller?(product(f(x),x),product(f(y),y))
smaller?(product(f(y),y),product(f(x),x))

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

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