Complex number with exponential

5 次查看(过去 30 天)
I am trying to solve this equation however matlab isn't returning any solution. The equation is as follow:
Y=2/(exp(Ci)+exp(-Ci)) where C is constant and i is the imaginary number
I tried using the complex function but it doesn't give correct answer when combined with exp.

回答(1 个)

Walter Roberson
Walter Roberson 2021-3-8
Y = 1/cosh(C)
cosh(C) * Y = 1
cosh(C) = 1/Y
C = acosh(1/Y)

类别

Help CenterFile Exchange 中查找有关 Particle & Nuclear Physics 的更多信息

产品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by