I have a strange error when i try to plot an ODE with "numeric,method=gear,parameters=[...]" as options activated. After this implementation I give the parameter a value: ODE(parameters=[123]); -> works. But when I type "odeplot(ODE, [x(t),y(t)],10..20,numpoints=100);" for example, i get the errormessage:
" Error, (in dsolve/numeric/gear) Array index out of range"
But when i remove the option "method=gear", so that the ODE is solved with default runge-kutta algorithm it works with no problems!
So how can i configue an ODE with gear algorithm and parameters option activated, that the plot works?