I'm trying to create a simple maplets to find the solution for ODE problems (first order only) But I keep getting the error message that saying
"expecting an ODE or a set or list of ODEs. Received ___"
here's mine:
> restart;
> with(Maplets[Elements]);
> with(DEtools);
> Count := proc () if...