Message Boards Message Boards

GROUPS:

solving equations

Posted 8 years ago
1629 Views
|
1 Reply
|
0 Total Likes
|

how to solve the following equations using mathematica? dP/dt = rP (1-P/k)???

POSTED BY: roziana abdullah

You can use DSolve

DSolve[p'[t] == r p[t] (1 - p[t]/k), p[t], t]
POSTED BY: Gianluca Gorni
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