diff options
Diffstat (limited to '377/CH15/EX15.9/15_9.sce')
-rw-r--r-- | 377/CH15/EX15.9/15_9.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/377/CH15/EX15.9/15_9.sce b/377/CH15/EX15.9/15_9.sce new file mode 100644 index 000000000..a080c38f5 --- /dev/null +++ b/377/CH15/EX15.9/15_9.sce @@ -0,0 +1,7 @@ +disp("Emax=q*Na*d/Єs");
+q=1.6*10^-19;
+Na=6.42*10^18;
+d=50*10^-8;
+es=12.9*8.854*10^-14;//say es=Єs
+Emax=q*Na*d/es;
+printf('\n The value of Emax is %fkV/cm',Emax*10^-3);
\ No newline at end of file |