I am bumping this. Should this problem be filed as an issue? Any more immediate solutions?
On 2 June 2012 21:33, [email protected] <[email protected]> wrote: > ## Normal (but not perfect): ## > > In [3]: dsolve(f(x).diff(x)**2) > NotImplementedError: dsolve: Cannot solve Derivative(f(x), x)**2 > > > ## Not normal: ## > > In [4]: dsolve(f(x).diff(x)**2-1) > KeyError: c1_ > > > Ideas? -- 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.
