|
|
|
last edited 10 years ago by Bill Page |
| 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))
f:=operator 'f
| (1) |
-- y is replaced with x? product(f(x),x) = product(f(y), y)
| (2) |
test %
| (3) |
smaller?(product(f(x),x), product(f(y), y))
| (4) |
smaller?(product(f(y),y), product(f(x), x))
| (5) |