How to solve an equation with 3 unknown
Ältere Kommentare anzeigen
Hi all
I have a function S(c,delta,xT)
And i would like to know when
S(c,delta,xT)-S(2,1,1)=0
for 0<c<4, 1<delta<3 and 0.8<xT<1
In the same time I need xT<f(c,delta).
I have tried for a long time and can't seem to get it right.
Thank you
(also need a plot of it, but if I just can solve the equation, I think I can make the plot).
1 Kommentar
Star Strider
am 11 Okt. 2012
Antworten (1)
Have you checked whether the obvious solution satisfies xT<f(c,delta):
c=2;
delta=1;
xT=1;
Kategorien
Mehr zu Solver Outputs and Iterative Display finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!