Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

How can I solve this system of equations?

1 Ansicht (letzte 30 Tage)
Paul LeDuff
Paul LeDuff am 13 Nov. 2017
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
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'?

Antworten (1)

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

Diese Frage ist geschlossen.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by