Skip to content
Prev 315 / 696 Next

[R-sig-dyn-mod] how to model equation with two differential variable?

Hi there,

Don't know if the subject is reasonable. In the model I am trying to 
solve have a function like:

Pi = a * dPhi/dt + b * dAlpha/dt + c
dPhi/dt = ....
dAlpha/dt = ....

I don't know how to make the model equation for the first equation.

I try to use deSolve package.

Any suggestions? Thanks in advance.

Best,
Jinsong