Borrar filtros
Borrar filtros

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

1 visualización (últimos 30 días)
ben howey
ben howey el 12 de Jun. de 2017
Editada: ben howey el 13 de Jun. de 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

Respuesta aceptada

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

Más respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by