User Portlet User Portlet

Discussions
Hello, I have an error while using "while" loop (I want the code to run until both condition satified: xx +zz =2 && yy +ww =0. any suggestions? Here's the code: ClearAll[Y ,X,z,w]; T0=1 ; Hmu=0.8; SA=10+Hmu ; ...
Hello, I'm running two maximization problem and I want to use the output for additional condition in "If" function. How can I use the output as parameter? (e.g. X+z in this code) Here is the Code: ClearAll[Y ,X,z,w] T0=1 ...
Hello, How can I solve in mathematica the complex function Z which have f(x), "M" and "a" are constants in the attached file? How can I make it a little bit more "simplify"?
Hello, I'm trying to find an optimization for each player (each one has a utilitiy function) with constraints. the problem has an exponent factor. I don't know how to construct the problem in mathematica and to find a feasible solution for each...
Any Ideas how to solve the equation? Mathematica doesn't solve it. The Original maximization problem was: FullSimplify[D[(1-(g-(Subscript[p, b](s(1+u)-x)+k)/((Subscript[p, b]-Subscript[p, a])(s*(1+u)-x)-2k))?)(-g+(pb(s(1+u)-x)+k)),g]] I...