diff options
Diffstat (limited to '2243/CH11/EX11.3/Ex11_3.sce')
-rwxr-xr-x | 2243/CH11/EX11.3/Ex11_3.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/2243/CH11/EX11.3/Ex11_3.sce b/2243/CH11/EX11.3/Ex11_3.sce new file mode 100755 index 000000000..43b309cee --- /dev/null +++ b/2243/CH11/EX11.3/Ex11_3.sce @@ -0,0 +1,6 @@ +clc();
+clear;
+//Given :
+n =8.48*10^28; // number of conduction electrons / m^3
+Ef = 3.65*10^-19*(n^0.6667);//Fermi energy in eV
+printf("Fermi energy : %.2f eV ",Ef);
|