It doesn't look like dsolve can do that. I think it's worth opening an issue on github for that.
To solve your problem right now you can set up the IC equations using the general solution and solve for the constants with solve. -- Oscar On Mon, 27 Apr 2020 at 22:21, Isaque Soares <[email protected]> wrote: > > But how do I pass a constraint that is a function value that I don't know > about yet to the ics dictionary? I mean the second constraint. > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/sympy/61147b35-d06f-402e-a669-764248ab2611%40googlegroups.com. -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/CAHVvXxTw8a9j7VRqiynyBAv1oM3O5dP9C_FGTihAM8o34i5wQA%40mail.gmail.com.
