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 Center および File ExchangeSymbolic Math Toolbox についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by