Effacer les filtres
Effacer les filtres

How to solve problem 2?

2 vues (au cours des 30 derniers jours)
Zifeng Qiu
Zifeng Qiu le 5 Juil 2020
This is a problem dynamics problem, how do I solve for the variable k in the function?
u0 = 5000; % This is the answer to the first problem
lambda = 0.03;
pm = 9000;
k = 100;
f = @(t,p) lambda*p*(1-p/pm)-k;
[t,P] = RK4(f,u0,100,10)
Pf = P(end)

Réponses (0)

Catégories

En savoir plus sur Systems Of Linear Equations dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by