reversing the inverse hyperbolic sine function

 Risposta accettata

MATLAB also has hyperbolic sin sinh() function.
y = asinh(x);
sinh(y)
sinh(y) will give back x.

Più risposte (1)

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

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by