The reproduction of cells in a bacterial colony is important for many environmental engineering applications such as wastewater treatments. The formula
belongs to book: MATLAB: A Practical Introduction to Programming and Problem Solving|Stormy Attaway|Fourth Edition| Chapter number:14| Question number:36.14
All Answers
total answers (1)
>> No = 10^2;
>> N = 10^8;
>> t = 8;
>> T = sym('T');
>> eqn = log(No) + (t/T)*log(2) - log(N);
>> double(solve(eqn))
ans =
0.4014
need an explanation for this answer? contact us directly to get an explanation for this answer