Azzera filtri
Azzera filtri

Solving 3 non-linear equations using fsolve in MATLAB

1 visualizzazione (ultimi 30 giorni)
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?

Risposte (0)

Categorie

Scopri di più su Systems of Nonlinear Equations in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by