Hello, I would like to use the solution of an ODE as a function in Maple. For example: ode := diff(y(x),x,x) = 2*y(x) + 1: dsolve(ode); The result, returned by Maple: y(x) = exp(sqrt(2) * x) * _C2+ exp(-sqrt(2) * x) * _C1 - (1/2) Now my question is how can I use this result as a function for calculating for example y(1). Thanks for your help JanE

Please Wait...