reversing the inverse hyperbolic sine function

6 visualizaciones (últimos 30 días)
Danielle Leblance
Danielle Leblance el 13 de Ag. de 2018
Editada: Stephan el 13 de Ag. de 2018
Y = asinh(X)
to get Y which is the inverse hyperbolic sine value. I have Y , how can I get x?

Respuesta aceptada

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

Más respuestas (1)

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

Categorías

Más información sobre Symbolic Math Toolbox en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by