필터 지우기
필터 지우기

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 CenterFile Exchange에서 Assumptions에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by