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

Allow initial conditions of the form f(0): f(0) in dsolve #23708

Merged
merged 1 commit into from Jun 30, 2022

Commits on Jun 29, 2022

  1. Allow initial conditions of the form f(0): f(0) in dsolve

    There was a check that the replacement value does not contain f, but this
    makes perfect sense. The check was changed to checking that the value doesn't
    contain x.
    
    Fixes sympy#23702
    asmeurer committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    3258985 View commit details
    Browse the repository at this point in the history