Borrar filtros
Borrar filtros

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

2 visualizaciones (últimos 30 días)
wyeen chow
wyeen chow el 10 de Dic. de 2020
Comentada: wyeen chow el 10 de Dic. de 2020
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)

Respuestas (1)

Alan Stevens
Alan Stevens el 10 de Dic. de 2020
Try adding the line
h = vpasolve(Df(h)==0,h)

Community Treasure Hunt

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

Start Hunting!

Translated by