qiu zhanlong
unread,Jul 17, 2013, 1:44:29 AM7/17/13You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
hi folks, I have one coupled equations which the NDSolve fails at t=0
t x'[t]== -x[t]+y[t],
t y'[t]== -5 t^2/x[t]^2+x[t]-y[t],
x[0]=y[0],x[1]=1,{t, 0, 1}
from the mathematica help center, there are 2 possible ways to resolve this problem, One possibility is to start at a small \[Epsilon]>0 instead of 0, the other one is Setting SolveDelayed->True will avoid the singularity in the solved form of the equations. But neither of them work for my equation.
thanks for help