reversing the inverse hyperbolic sine function

조회 수: 4 (최근 30일)
Danielle Leblance
Danielle Leblance 2018년 8월 13일
편집: Stephan 2018년 8월 13일
Y = asinh(X)
to get Y which is the inverse hyperbolic sine value. I have Y , how can I get x?

채택된 답변

Ameer Hamza
Ameer Hamza 2018년 8월 13일
MATLAB also has hyperbolic sin sinh() function.
y = asinh(x);
sinh(y)
sinh(y) will give back x.

추가 답변 (1개)

Stephan
Stephan 2018년 8월 13일
편집: Stephan 2018년 8월 13일
Hi,
if you have symbolic math toolbox use finverse to do this for the general case of finding inverse functions.
Best regards
Stephan

카테고리

Help CenterFile Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by