Why does the following not result in 'True'?
var('x')
f=function('f',nargs=1)
f(x)==f(x)
or, speaking differently, can I define formal functions such that the preceding will result in 'True'?
| 1 | initial version |
Why does the following not result in 'True'?
var('x')
f=function('f',nargs=1)
f(x)==f(x)
or, speaking differently, can I define formal functions such that the preceding will result in 'True'?
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.