Info

此问题已关闭。 请重新打开它进行编辑或回答。

How can I solve this system of equations?

1 次查看(过去 30 天)
Paul LeDuff
Paul LeDuff 2017-11-13
关闭: MATLAB Answer Bot 2021-8-20
I have the following equations and am trying to solve for 'L'?
D = (kT/3*pi*eta*L)*(ln(p) + v)
where p = L/d & v = 0.312 + 0.565/p + 0.100/p^2
D, k, T, eta, & d are known. Need to solve for L.
When I try to store eq's p and v in order to plug into eq D I get errors of undefined variables or functions. Is there a way to take eq's p and v, and put them into eq D and solve for 'L'?

回答(1 个)

Roger Stafford
Roger Stafford 2017-11-13
Solve kT/3*pi*eta*L*(ln(L/d)+0.312+0.565/(L/d)+0.100/(L/d)^2) for L.

此问题已关闭。

标签

Community Treasure Hunt

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

Start Hunting!

Translated by