Skip to content
Prev 461 / 696 Next

[R-sig-dyn-mod] bvp chemical reactor?

Also, guessing values will also help as well (not using the absolute 
value of y[1]). I just gave here these rather poor guess values:
-first state variable given 1, and second state variable given 0

xguess <- seq(0,1,len=50)
yguess <- rbind(rep(1,50),rep(0,50))

and both bvptwp() and bvpcol() will work correctly giving the expected 
result .

Regards,
Radovan
On 5/5/2016 3:03 PM, Radovan Omorjan wrote: