Ask Your Question

eatdust's profile - activity

2022-03-31 15:17:55 +0200 received badge  Editor (source)
2022-03-31 15:17:55 +0200 edited question Specifying a limit for a symbolic function?

Specifying a limit for a symbolic function? Hi there, I am working with symbolic functions, and I do have a lot of inte

2022-03-28 14:59:46 +0200 marked best answer limit within a python function

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.

2022-03-28 14:59:46 +0200 received badge  Scholar (source)
2022-03-28 12:08:18 +0200 asked a question Specifying a limit for a symbolic function?

Specifying a limit for a symbolic function? Hi there, I am working on symbolic functions, and I do have a lot of integr

2022-03-28 09:27:57 +0200 commented answer limit within a python function

Thank you!

2022-03-28 09:22:50 +0200 answered a question limit within a python function

Thank you!

2022-03-27 00:11:22 +0200 received badge  Nice Question (source)
2022-03-26 18:28:55 +0200 received badge  Popular Question (source)
2022-03-26 08:19:51 +0200 received badge  Student (source)
2022-03-26 08:03:41 +0200 asked a question limit within a python function

limit within a python function Hi there, total beginner in Sage, and this drives me mad: def mylimit(f,x,a): return