Solving Differential Equations with Mathematica DSolve

  • Context: Mathematica 
  • Thread starter Thread starter jinbaw
  • Start date Start date
  • Tags Tags
    Mathematica
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 5K views
jinbaw
Messages
65
Reaction score
0
Hi Guys,
I'm trying to solve a system of differential equations using the Dsolve function of mathematica. The run is taking too much time without giving any results (2 or 3 days)... does that mean that there's something wrong in my equations? or that mathematica is unable to solve it? or is it possible for the run to take that much time and i'd better wait more? thanks in advance for your help!
P.S. the equations are not simple
 
Physics news on Phys.org
I have found that if it doesn't find a solution within 10 min then it was not going to find a solution overnight. I haven't tried beyond that.

However, on an older version of Mathematica I did have one circumstance where the equation could be calculated in the kernel just fine, but then outputting the results to the screen would take a really long time and eventually the notebook process overran the memory.

I would check if it is your kernel process which is taking so long or your notebook process. Then I would check your memory usage, if it is going this long then it probably has gone into virtual memory but has not overrun the pagefile. So it may be a calculation that has a reasonable chance of running successfully given enough ram.