Recent content by ale77

  1. A

    Mathematica FindRoot with 2 variables plus parameters (Mathematica)

    sorry for the confusion. I meant that: Pu=f(Ql, alpha, beta) as below Pu == E^((1 - Ql)*(4 - 18*\[Alpha]) + Ql*(10 - 2*\[Alpha]))/ (E^((1 - Ql)*(4 - 18*\[Alpha]) + Ql*(10 - 2*\[Alpha])) + E^(9*Ql + (1 - Ql)*(14 - 6*\[Beta]))) and Ql=g(Pu, alpha, beta) as below Ql ==...
  2. A

    Mathematica FindRoot with 2 variables plus parameters (Mathematica)

    Thanks a lot for your help! Even assuming all inequalities hold and I haven't made a mistake (I have no doubts you and Mathematica are right), this is still not what I am looking for. take the 1st equation: Pu==(1+6*Alpha+Log[1/Q-1])/(11+6*Alpha-16*Beta) it still depends on the other...
  3. A

    Mathematica FindRoot with 2 variables plus parameters (Mathematica)

    Hi all, I have a hard time finding roots to the following system of equations in 2 unknowns (p,q): eq1 = Pu == f(q, alfa, beta) eq2 = Ql == g(p, alfa, beta) If the 2 parameters (alfa, beta) are given numerical values beforehand, no issue. But I would like to retain the parameters in...
Back
Top