How to find the root value of h in a differential equation?

2 次查看(过去 30 天)
How can I find the value h(real form and imagnery form) in this differential equation? My coding started with this.
syms E(h)
E(h)=((8*10e-6)*h)/((pi)*(8.854e-12)*(16+h^2)*(32+h^2)^1/2)
Df=diff(E,h)

回答(1 个)

Alan Stevens
Alan Stevens 2020-12-10
Try adding the line
h = vpasolve(Df(h)==0,h)

类别

Help CenterFile Exchange 中查找有关 Equation Solving 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by