reversing the inverse hyperbolic sine function

6 次查看(过去 30 天)
Y = asinh(X)
to get Y which is the inverse hyperbolic sine value. I have Y , how can I get x?

采纳的回答

Ameer Hamza
Ameer Hamza 2018-8-13
MATLAB also has hyperbolic sin sinh() function.
y = asinh(x);
sinh(y)
sinh(y) will give back x.

更多回答(1 个)

Stephan
Stephan 2018-8-13
编辑:Stephan 2018-8-13
Hi,
if you have symbolic math toolbox use finverse to do this for the general case of finding inverse functions.
Best regards
Stephan

类别

Help CenterFile Exchange 中查找有关 Symbolic Math Toolbox 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by