Dear Group,

Suppose I have a differential equation such as:

Eq(n^2*f(x) - x*Derivative(f(x), x) + (1 - 2*x)*Derivative(f(x), (x, 2)))

(Though typically more complicated)

and I want to replace the x variable - say x=cos(t)

Is there a way to make that substitution within SymPy and get back a differential equation in t, as opposed to simply throwing the equation to dsolve and hoping that it will solve it?

Likewise, is it possible to make a change of variable within an integral without simply letting integrate loose on it?

David



--
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/c37069d8-7adf-2bc7-869f-0a4d1cb19643%40dbailey.co.uk.

Reply via email to