login  home  contents  what's new  discussion  bug reports     help  links  subscribe  changes  refresh  edit

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

\label{eq1}f(1)
Type: BasicOperator?
fricas
-- y is replaced with x?
product(f(x),x) = product(f(y),y)

\label{eq2}{\prod_{
\displaystyle
x}{f \left({x}\right)}}={\prod_{
\displaystyle
x}{f \left({x}\right)}}(2)
Type: Equation(Expression(Integer))
fricas
test %

\label{eq3} \mbox{\rm true} (3)
Type: Boolean
fricas
smaller?(product(f(x),x),product(f(y),y))

\label{eq4} \mbox{\rm false} (4)
Type: Boolean
fricas
smaller?(product(f(y),y),product(f(x),x))

\label{eq5} \mbox{\rm false} (5)
Type: Boolean