Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

limit of diff where a is a symbol #1308

Open
vvavrychuk opened this issue Sep 19, 2024 · 1 comment
Open

limit of diff where a is a symbol #1308

vvavrychuk opened this issue Sep 19, 2024 · 1 comment

Comments

@vvavrychuk
Copy link

>> syms f(x)
>> syms y
>> limit(diff(f),y)
error: Python exception: NotImplementedError: Don't know how to calculate the mrv of 'Subs(Derivative(f(_p), _p), _p, y + 1/_p)'
    occurred at line 10 of the Python code block:
    return _op(*_ins)
error: called from
    pycall_sympy__ at line 179 column 7
    elementwise_op at line 102 column 5
    limit at line 92 column 5

If limit approaches a constant, it is fine

>> limit(diff(f),0)
ans = (sym)

  / d        \|
  |---(f(xi))||
  \dxi       /|xi=0
@vvavrychuk
Copy link
Author

opened upstream issue sympy/sympy#27143

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant