Info

この質問は閉じられています。 編集または回答するには再度開いてください。

I want to solve a non linear equation for an unkown parameter phi0.

1 回表示 (過去 30 日間)
Anil Kumar
Anil Kumar 2019 年 5 月 27 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
This equation represents the electronuetrality condition where LHS is the no. of electrons withdrown from the volume of a spherical grain and RHS is the elerons trapped at the surface of the spherical grain.
Where V is the volume of the sphere (I assume this has to be mentioned in spherical cordinates; volume integral or triple integration over the limits of grain size of diameter 20 nm).
Nd = 1e24;
e = 1e-12;
r = 50*1e-9;
R = 20*1e-9;
Et_Ef = 0.8*1.6*1e-19;
K = 1.3807e-23;
T = 600;
Nt = 1e15;
q = 1.6*e-19;
Ld = 14 *e-9
I want to reproduce these kind of relationship between phi0 and Nt parameters. This can be done by solving the above mentioned equation univocally to get phi0.

回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by