Message Boards Message Boards

0
|
1726 Views
|
1 Reply
|
0 Total Likes
View groups...
Share
Share this post:

solving equations

Posted 9 years ago

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