(13.1^2-b^2 15.2^2 30^2)/(2*1​3.1*15.2)=​1.461

1 回表示 (過去 30 日間)
THARUN KONDURU
THARUN KONDURU 2019 年 12 月 3 日
回答済み: Shota Kato 2019 年 12 月 3 日
calculate b value
  2 件のコメント
Alex Mcaulley
Alex Mcaulley 2019 年 12 月 3 日
What is the question?
Vladimir Sovkov
Vladimir Sovkov 2019 年 12 月 3 日
What does it have to do with Matlab? Quite obvious the solution is

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

回答 (1 件)

Shota Kato
Shota Kato 2019 年 12 月 3 日
syms b
fun = (13.1^2 - b^2 * 15.2^2 * 30^2 ) / (2*13.1*15.2)==1.461;
ans = solve(fun)
ans =
-(25638665^(1/2)*1i)/114000
(25638665^(1/2)*1i)/114000
25638665^(1/2) / 114000
ans =
0.0444

カテゴリ

Help Center および File ExchangeNumbers and Precision についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by