Can't calculate angle a, when 𝑠𝑖𝑛(𝑎)=2.

3 ビュー (過去 30 日間)
gio kapanadze
gio kapanadze 2021 年 4 月 15 日
回答済み: Daniel Pollard 2021 年 4 月 15 日
How can i find angle a in radians, if 𝑠𝑖𝑛(𝑎)=2, can 𝑠𝑖𝑛 be more than 1?

採用された回答

Daniel Pollard
Daniel Pollard 2021 年 4 月 15 日
If a is a real number, then sin(a) must be between -1 and 1. Calling
asin(2)
returns
1.5708 - 1.3170i
which is a complex number, so can't really represent an actual angle. Have a look at plots of sin and cos; they never go below -1 and never go above 1.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMatched Filter and Ambiguity Function についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by