Dear all,
I am stuck with my gradient projection algorythm. I asked several questions on this but nothing helped.
So, the basic problem I have is the following:
I need to make a procedure, which would take as an input some function of time, x(t),
calculate numerical solution for the ODE system
diff(y(t),t)=f(t,x(t),y(t))->y_1(t)
via dsolve/numeric
then update the value of the function x(t)=f(y_1(t)),
giving as a result x(t...