Maths Solution to a equation
1 view (last 30 days)
Show older comments
Miguel Albuquerque
on 10 May 2022
Commented: Miguel Albuquerque
on 10 May 2022
hey guys, does anyone know how to solve this: to isolate n
cos^n(0.18)=sqrt(2)
thanks
6 Comments
Torsten
on 10 May 2022
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))
Accepted Answer
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!