help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

a help for special fsolve


From: Leo07nard
Subject: a help for special fsolve
Date: Mon, 17 Aug 2015 07:13:02 -0700 (PDT)

Hey everone,
 I have some functions those are functions of two state variables (Omega,
Q). I have defined all functions by like this example :
muk=@(Omega,Q)  Lambda.*Omega.*(Rk(Q)-R);
mue=@(Omega)  Lambda.*Omega.*(R+h.*(1-R));
mun=@(Omega)  Lambda*Omega*R;
.
.
..... .
 One of my variables(xe) is a solution of the equation below:
(exp(delta*xe)-delta*muk*xe)-((muk/mue)*(delta*mun+mue))
(note I have already defined all variables and constants and all variables
are functions of @(Omega,Q)) But of course "xe" is not defined yet because
it is the result of the equation! How can I solve this line and put the
result (that is definitely a function of @(Omega,Q) ) in the xe to use it in
other equations?
Many many thanks.
Loe




--
View this message in context: 
http://octave.1599824.n4.nabble.com/a-help-for-special-fsolve-tp4672153.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]