フィルターのクリア

When using symbolic solver I seem to get the strange answer.

1 回表示 (過去 30 日間)
ben howey
ben howey 2017 年 6 月 12 日
編集済み: ben howey 2017 年 6 月 13 日
eqn=A*Cd*sqrt((2*P)/r)==Q
eqn =
2^(1/2)*A*Cd*(P/r)^(1/2) == Q
>> solve(eqn,Cd)
ans =
(2^(1/2)*Q)/(2*A*(P/r)^(1/2))
...Not sure where the sort(2) on the top comes from? Thanks

採用された回答

Torsten
Torsten 2017 年 6 月 13 日
2^(1/2) / 2 = 1 / 2^(1/2) ...
Best wishes
Torsten.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeAssumptions についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by