reversing the inverse hyperbolic sine function

 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

0 votos

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

Etiquetas

Preguntada:

el 13 de Ag. de 2018

Editada:

el 13 de Ag. de 2018

Community Treasure Hunt

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

Start Hunting!

Translated by