reversing the inverse hyperbolic sine function

 采纳的回答

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

类别

标签

Community Treasure Hunt

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

Start Hunting!

Translated by