Azzera filtri
Azzera filtri

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

1 visualizzazione (ultimi 30 giorni)
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

Risposta accettata

Torsten
Torsten il 13 Giu 2017
2^(1/2) / 2 = 1 / 2^(1/2) ...
Best wishes
Torsten.

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by