Effacer les filtres
Effacer les filtres

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

1 vue (au cours des 30 derniers jours)
ben howey
ben howey le 12 Juin 2017
Modifié(e) : ben howey le 13 Juin 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

Réponse acceptée

Torsten
Torsten le 13 Juin 2017
2^(1/2) / 2 = 1 / 2^(1/2) ...
Best wishes
Torsten.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by