Hi there, total beginner in Sage, and this drives me mad:
def mylimit(f,x,a):
return f.limit(x=a)
var('y')
mylimit(1/y,y,2).show()
which always returns: 1/y...
How shall I specify that x should be a var?
Thanks in advance.
| 1 | initial version |
Hi there, total beginner in Sage, and this drives me mad:
def mylimit(f,x,a):
return f.limit(x=a)
var('y')
mylimit(1/y,y,2).show()
which always returns: 1/y...
How shall I specify that x should be a var?
Thanks in advance.
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.