How to solve an equation with 3 unknown
Show older comments
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 Comment
Star Strider
on 11 Oct 2012
Answers (1)
Have you checked whether the obvious solution satisfies xT<f(c,delta):
c=2;
delta=1;
xT=1;
Categories
Find more on Solver Outputs and Iterative Display in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!