right StoppingTest
- To: mathgroup at smc.vnet.net
 - Subject: [mg31700] right StoppingTest
 - From: "Borut L" <borut at email.si>
 - Date: Tue, 27 Nov 2001 02:47:52 -0500 (EST)
 - Approved: Steven M. Christensen <steve@smc.vnet.net>, Moderator
 - Sender: owner-wri-mathgroup at wolfram.com
 
Hello, I am solving a coupled system o'[t] == a d[t] o[t] - b o[t] d'[t] == -a d[t] o[t] i'[t] == b o[t] with NDSolve for o, d and i There is a maximum for o[t] and I would like to stop the integration when it is reached and be given the value of o and time t when this happens. I can't make the option StoppingTest to work it out properly. Please suggest any help. Thanks, Borut