Borrar filtros
Borrar filtros

what do i do?

1 visualización (últimos 30 días)
new user 00
new user 00 el 14 de Jun. de 2018
Respondida: Walter Roberson el 14 de Jun. de 2018

eqn = (da-db)/(da-db0) == (((qa-qb)*t+vb0)/vbo)^(qa/(qa-qb)); solve(eqn,qb);

error: Explicit solution cannot be found.

Respuestas (1)

Walter Roberson
Walter Roberson el 14 de Jun. de 2018
The solution is
(qa*lambertw(-ln((da-db)/(da-db0))*vbo*((da-db)/(da-db0))^(-vb0/(qa*t))/(qa*t))*t+ln((da-db)/(da-db0))*(qa*t+vb0))/(ln((da-db)/(da-db0))*t)
Unfortunately, the Symbolic Toolbox is weak on finding solutions involving lambertw, so you would have difficulty finding this solution.

Categorías

Más información sobre Symbolic Math Toolbox en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by