フィルターのクリア

Solving 3 non-linear equations using fsolve in MATLAB

1 回表示 (過去 30 日間)
shoubhik chakraborty
shoubhik chakraborty 2012 年 2 月 12 日
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?

回答 (0 件)

カテゴリ

Help Center および File ExchangeSystems of Nonlinear Equations についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by