reversing the inverse hyperbolic sine function

 Réponse acceptée

Ameer Hamza
Ameer Hamza le 13 Août 2018
MATLAB also has hyperbolic sin sinh() function.
y = asinh(x);
sinh(y)
sinh(y) will give back x.

Plus de réponses (1)

Stephan
Stephan le 13 Août 2018
Modifié(e) : Stephan le 13 Août 2018

0 votes

Hi,
if you have symbolic math toolbox use finverse to do this for the general case of finding inverse functions.
Best regards
Stephan

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by