How to find the root value of h in a differential equation?
1 回表示 (過去 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)
0 件のコメント
回答 (1 件)
参考
カテゴリ
Help Center および File Exchange で Ordinary Differential Equations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!