what do i do?
    2 次查看(过去 30 天)
  
       显示 更早的评论
    
eqn = (da-db)/(da-db0) == (((qa-qb)*t+vb0)/vbo)^(qa/(qa-qb)); solve(eqn,qb);
error: Explicit solution cannot be found.
0 个评论
回答(1 个)
  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.
0 个评论
另请参阅
类别
				在 Help Center 和 File Exchange 中查找有关 Symbolic Math Toolbox 的更多信息
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

