Feeds
질문
Is there a way to require ddesd to use a value from the previous time step?
Is there a way to use 'ddesd' or 'dde23' to evaluate y at the previous time step (by time step, I mean a full time step t+dt)? I...
12년 초과 전 | 답변 수: 0 | 0
0
답변질문
Convergence failure for consistent initial conditions using 'decic' function
I have a set of highly non-linear, implicit ODEs and I need to use an implicit solver such as ode15i to integrate the equations....
12년 초과 전 | 답변 수: 0 | 2
0
답변답변 있음
How does ode45 handle highly coupled ODEs (where y' depends on x' and x' depends on y', etc.)?
After looking through many lines of code, I realize that the reason MATLAB is accepting an implicit equation without complaint i...
How does ode45 handle highly coupled ODEs (where y' depends on x' and x' depends on y', etc.)?
After looking through many lines of code, I realize that the reason MATLAB is accepting an implicit equation without complaint i...
12년 초과 전 | 0
| 수락됨
질문
How does ode45 handle highly coupled ODEs (where y' depends on x' and x' depends on y', etc.)?
If I have two sets of highly coupled ODEs such as: dy/dt = A*dx/dt + B*y + C*x dx/dt = D*dy/dt + E*y + F*x or if I have...
12년 초과 전 | 답변 수: 1 | 0
1
답변질문
if statements and abs() function in variable-step ODE solvers
I was reading this post online where the person mentioned that using "if statements" and "abs()" functions can have negative rep...
12년 초과 전 | 답변 수: 1 | 0
