Not that I know of, but that doesn't mean that such a function doesn't exist. solve() sounds like a good place to look.
You are starting to see why I said that the matching step is the hardest. When working with the ODE module, you soon start to see the limitations of pattern matching in SymPy. Aaron Meurer On May 28, 2012, at 1:47 PM, "[email protected]" <[email protected]> wrote: > I have one more question about this part: >> 1. Convert the system to a matrix. > > Do some other parts of sympy do this in a way that can catch nonlinear > equations that can trivially be transformed into linear ones. For > instance log(f'(t))=log(t) -> f'(t)=t. > > Obviously sometimes the transformations are valid only over a certain > domain and probably there are other issues but maybe `solve()` already > does some of this magic. > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/sympy?hl=en. > -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
