Effacer les filtres
Effacer les filtres

Solving 3 non-linear equations using fsolve in MATLAB

1 vue (au cours des 30 derniers jours)
shoubhik chakraborty
shoubhik chakraborty le 12 Fév 2012
I have the following 3 non-linear equations:
(summation(i=1 to N)) (p(i)*k1(i)) <= Ith
(summation(i=1 to N)) (p(i)*k2(i)) <= Ith
(summation(i=1 to N)) p(i) <= pT
where
p(i)= [delf/{{lambda1*k1(i)}+{lambda2*k2(i)}+{lambda3}}] - [{2*sigma^2}/{h^2}]
Here N, Ith, pT, sigma, h, delf are constants. All values of k(i) from 1 to N are known. The values of lambda1, lambda2, lambda3 need to be found.How can I solve these equations using fsolve in MATLAB?

Réponses (0)

Catégories

En savoir plus sur Systems of Nonlinear 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