User Portlet User Portlet

Discussions
Hi! I did something unwillingly and my code now looks like that: Cell[BoxData[ RowBox[{ RowBox[{"(*", " ", "PARAMETERS", " ", "*)"}], "\[IndentingNewLine]", RowBox[{ RowBox[{ RowBox[{"e", "=", "0.2"}], ";"}], "\[IndentingNewLine]",...
Hi! I am trying to solve the system of equations in the attached file. What I am looking for are the values of tP and tC, both in (0,1), which satisfy: exp3= tP/(1 - tP) and exp6 = tC/(1 - tC) I am using FindRoot, but I have reasons to...