I have the following equation:
Tanh[-19.4*\[Zeta]]*Exp[k x] == Tanh[-19.4*\[Psi]]; \[Zeta] = 66; k x = 9.21; I want to calculate the value of \[Psi] by using this above equation. I used the Solve command
Solve[Tanh[-19.4*\[Zeta]]*Exp[k x] == Tanh[-19.4*\[Psi]], \[Psi]] But it shows the error like:
Solve::ifun: Inverse functions are being used by Solve, so some solutions may not be found; use Reduce for complete solution information. >>
Question
How do I solve this equation.
Please help me. Thank You


