Simplifying ODE solutions by introducing arbitrary constants



Hello Aleksas,

you wrote on 2013-10-23:
[...]
>  I have created a package  "odes". Some examples:
> 
>  (%i1) load(odes);
> (%o1) "C:/Users/Aleksas/maxima/odes.mac"
> (%i2) load(contrib_ode)$
> 
>  Example 1  f'''-2f''+f=0
> (%i3) eq:eq:'diff(f,x,3)-2*'diff(f,x,2)+'diff(f,x) = 0$
> (%i4) sol:odeL(eq,f,x);
> (%o4) f=x*%e^x*C3+%e^x*C2+C1

Sorry for asking again:
It seems to me that your package "odes" is not part of the Maxima Git
repository. How can I use it then? Would you be so kind and send it to me?

Best regards,
Robert