Group Abstract Group Abstract

Message Boards Message Boards

Problem with NDSolve: data could not be stored in the notebook

Posted 4 years ago

Hello everybody I was solving an exercise that its solution was the solution of a system of differential equations but when executing the command in mathematics this takes a long time and then the message appears that the data could not be stored in the notebook

Could someone help me with this little problem please?

k1 = 55.20;
k2 = 30.20;
NDSolveValue[{Ch'[\[Tau]] + k1*(Ch[\[Tau]])^0.5*Cm[\[Tau]] + 
    k2*Cx[\[Tau]]*(Ch[\[Tau]])^0.5 == 0, 
  Cm'[\[Tau]] + k1*Cm[\[Tau]]*(Ch[\[Tau]])^0.5 == 0, 
  Cx'[\[Tau]] - k1 + Cm[\[Tau]]*(Ch[\[Tau]])^0.5 + 
    k2*Cx[\[Tau]]*(Ch[\[Tau]])^0.5 == 0, Ch[0] == 0.021, 
  Cm[0] == 0.0105, Cx[0] == 0}, {Ch, Cm, Cx}, {\[Tau], 0, 0.5}]
POSTED BY: Rodrgio Kraemer
Posted 4 years ago
POSTED BY: Jim Baldwin
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard