help-octave
[Top][All Lists]
Advanced

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

RE: a help for special fsolve


From: Wu, Mingqiu
Subject: RE: a help for special fsolve
Date: Mon, 17 Aug 2015 15:11:07 +0000

Hey all
Antone know how to get rid of this message to may email address? 

Many thanks 

________________________________________
From: address@hidden address@hidden on behalf of Leo07nard address@hidden
Sent: Monday, August 17, 2015 4:13 PM
To: address@hidden
Subject: a help for special fsolve

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.

_______________________________________________
Help-octave mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/help-octave



reply via email to

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