tladd

0 Reputation

2 Badges

14 years, 5 days

MaplePrimes Activity


These are questions asked by tladd

If I have an ODE say dg/dx = g I can't seem to get a solution I can work with directly. Of course with dsolve I can get an expression which I can cut and paste into a function definition: ie.

ode:=diff(g(x),x) - g = 0

dsolve(ode)

g:=x->"output from dsolve"

 

But how do I get g(x) without the cut and paste. I have tried a number of ideas (rhs, subs) but I cannot get a function I can use  for example to calculate g(0) or g(1)

Page 1 of 1