Possible to solve for V in MATLAB r2011a?
Ältere Kommentare anzeigen
(V^1.4*A^.4*C1-1/V)dV=dA/A
where
C1=constant,
A=.25*pi*(.022^2-x^2), and
V=f(x).
I'm trying to derive a symbolic expression for V. Is it possible to change this eq. into a form with no derivatives or integrals? Or could I just shove this into some "solve" function? I have r2011a so the solve functions are less powerful.
1 Kommentar
Walter Roberson
am 4 Jun. 2015
Could you confirm that you mean
(V(x)^(7/5)*A(x)^(2/5)*C1-1/V(x))*(diff(V(x), x)) = (diff(A(x), x)) / A(x)
A(x) = (1/4)*Pi*((22/1000)^2-x^2)
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Calculus finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!