Filter löschen
Filter löschen

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

1 Ansicht (letzte 30 Tage)
ben howey
ben howey am 12 Jun. 2017
Bearbeitet: ben howey am 13 Jun. 2017
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

Akzeptierte Antwort

Torsten
Torsten am 13 Jun. 2017
2^(1/2) / 2 = 1 / 2^(1/2) ...
Best wishes
Torsten.

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by