Message Boards Message Boards

0
|
5172 Views
|
2 Replies
|
0 Total Likes
View groups...
Share
Share this post:

The DSolve echoed the ODE system and did not produce a solution, why?

Posted 9 years ago
DSolve[{Derivative[1][p][t] == -nstar[t] p[t] + (1 - p[t]/10000) p[t] - p[t]/(1 + p[t]), 
  Derivative[1][nstar][t] == -nstar[t] + (nstar[t] + p[t])/(1 + nsatr[t] + p[t])}, {p, nstar}, t]

The output is
DSolve[{Derivative[1][p][
    t] == -nstar[t] p[t] + (1 - p[t]/10000) p[t] - p[t]/(1 + p[t]), 
  Derivative[1][nstar][t] == -nstar[t] + (nstar[t] + p[t])/(
    1 + nsatr[t] + p[t])}, {p, nstar}, t]

The functions are p(t) and nstar(t).

Thank you for your help.

POSTED BY: steve ma
2 Replies
Posted 9 years ago

The second line has a typo, namely nsatr[t] should be nstar[t]

POSTED BY: steve ma
Posted 9 years ago

Also I do not p(t) and nstar(t), if I evaluate p[0] and nstar[0], I'll get 0 and 1. Do you know why?

POSTED BY: steve ma
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract