import sympy as sp
s,v,x=sp.symbols('s v x')
f=sp.Function('f')
temp=sp.dsolve(sp.diff(f(x), x,x)*s**2/2 -v*sp.diff(f(x),x)+1, f(x), ics={f(0):0, f(a):0})
--
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 sympy+unsubscribe@googlegroups.com.
To post to this group, send email to sy...@googlegroups.com.
Visit this group at https://groups.google.com/group/sympy.
To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/b4b43a56-661d-43ca-b7c3-2ba66379d286%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.