Skip to content
Prev 205 / 696 Next

[R-sig-dyn-mod] deSolve question

Hi Andras,

the / is the division operator and no fraction line, so it does not 
imply parentheses.

Here you divide only inp by par$v:
but both terms the second:
An equivalent to version 2 would be:

pars$k * state[1]/pars$v + inp/pars$v



ThPe