Info

This question is closed. Reopen it to edit or answer.

Optimizing Multivariable equations simultaneoulsy

1 view (last 30 days)
Arsalan
Arsalan on 28 Jun 2014
Closed: MATLAB Answer Bot on 20 Aug 2021
I have 4 equations as shown below, with 4 known constants A0 B0 A1 and B2, and 9 unknown constants g, S, eS, tn, OCF, N, Nt, tp, tn. is there any way I can optimize these four equations simultaneously to obtain the 9 unkowns ?? if not what are my options
A0 = g*(S/(1+eS)) + 1/tn - OCF*g(N-Nt)*(1/(1+eS).^2) + 1/tp
B0 = g*(S/(1+eS))*1/tp + (Be-1)*(OCF*g/tn)*(1/(1+eS).^2) + 1/(tn*tp)
A1 = g*(S/(1+eS)) + 1/tn - OCF*g(N-Nt)*(1/(1+eS).^2) + 1/tp
B2 = g*(S/(1+eS))*1/tp + (Be-1)*(OCF*g/tn)*(1/(1+eS).^2) + 1/(tn*tp)

Answers (0)

Community Treasure Hunt

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

Start Hunting!