Dear all,
in one of my problems I have a system of the type:

x-f(x,y) = 0
y' = g(x,y)

where the x variable is only "implicitly" defined as the solution of a nonlinear equation. Would be possible to implement such a system in PyDSTool and then run a continuation problem on y?

Related to this question: what if my f(x,y) is only implemented in C (and there is no straight way to recode it in Python): is there a way as in codeinsert_start / ignorestats for standard ODE systems? Can I just use the same syntax?

Thanks in advance for your help.

M