필터 지우기
필터 지우기

what do i do?

조회 수: 1 (최근 30일)
new user 00
new user 00 2018년 6월 14일
답변: Walter Roberson 2018년 6월 14일

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

error: Explicit solution cannot be found.

답변 (1개)

Walter Roberson
Walter Roberson 2018년 6월 14일
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.

카테고리

Help CenterFile Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by