Question: solve for sigma



restart:

S := variphi*R1*(R2*S0+1-S0)/(R2*R1*S0+1-S0)*sigma+R3*R2*R1*(1-R1)/(R2*R1*S0+1-S0) = sigma^(1/2)*Ste1/S0*tanh(S0*sigma^(1/2))+(sigma/R4)^(1/2)*coth((1-S0)*(sigma/R4)^(1/2))*R4*R1*Ste2/(1-S0);

(1)

I want to solve the above equation for sigma.

 



 

Download solve.mws

Please Wait...