reversing the inverse hyperbolic sine function

3 Ansichten (letzte 30 Tage)
Danielle Leblance
Danielle Leblance am 13 Aug. 2018
Bearbeitet: Stephan am 13 Aug. 2018
Y = asinh(X)
to get Y which is the inverse hyperbolic sine value. I have Y , how can I get x?

Akzeptierte Antwort

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

Weitere Antworten (1)

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

Kategorien

Mehr zu Symbolic Math Toolbox finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by