Maths Solution to a equation

4 ビュー (過去 30 日間)
Miguel Albuquerque
Miguel Albuquerque 2022 年 5 月 10 日
コメント済み: Miguel Albuquerque 2022 年 5 月 10 日
hey guys, does anyone know how to solve this: to isolate n
cos^n(0.18)=sqrt(2)
thanks
  6 件のコメント
Torsten
Torsten 2022 年 5 月 10 日
Can't you solve these equations for n ?
n * log10(cos(0.18)) = log10(sqrt(2))
n * log(cos(0.18)) = log(sqrt(2))
n * log2(cos(0.18)) = log2(sqrt(2))
Miguel Albuquerque
Miguel Albuquerque 2022 年 5 月 10 日
yes I can

サインインしてコメントする。

採用された回答

KSSV
KSSV 2022 年 5 月 10 日
syms n
eqn = cos(0.8)^n == sqrt(2) ;
s = solve(eqn,n)
s = 
vpa(s)
ans = 
  1 件のコメント
Miguel Albuquerque
Miguel Albuquerque 2022 年 5 月 10 日
Thanks a lot :D

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSymbolic Math Toolbox についてさらに検索

タグ

製品


リリース

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by