<p>Hi everyone,</p>
<p>I need some help with programming my graphing calculator (TI-84 Plus Silver Edition). So basically I need to create a program for Verhulst equation i.e. </p>
<p>P(t) = {K<em>Po</em>e^(R<em>T)} / {K+Po(e^(R</em>T)-1)}</p>
<p>Where</p>
<p>K= Carry Capacity of a certain habitat
Po= Initial Population of a certain species
R= Growth Rate of that species
T= Time for which we want to calculate Population P.
e= Euler's Number</p>
<p>The program should be able to tell us the Final population P after we put in rest of the quantities, and also give us a graph of the Population vs Time. Any kind of help would be highly appreciated. Thanks</p>