How can ı solve this triangle problem at MATLAB?

12 次查看(过去 30 天)
In the triangle which has edges names:a,b,c; a=9 b=18 c=25 how can ı calculate the alfa(the angles sees a) with the law of cosines? with MATLAB
  3 个评论
Mesut Anlak
Mesut Anlak 2021-11-22
yes ı know the basics and of course law of cosines
Mesut Anlak
Mesut Anlak 2021-11-22
ı just cant understand how ı can find the angle
ı can find the value of cos(x) but not x

请先登录,再进行评论。

回答(1 个)

James Tursa
James Tursa 2021-11-22
编辑:James Tursa 2021-11-22
If you can find cos(x), you might look at feeding that into the acos( ) function to recover x.
  4 个评论
Steven Lord
Steven Lord 2021-11-22
Hint: one of the functions listed in the "See Also" section at the end of the documentation page for the acos function will be of use to you.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Programming 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by