summaryrefslogtreecommitdiff
path: root/3401/CH7/EX7.3
diff options
context:
space:
mode:
Diffstat (limited to '3401/CH7/EX7.3')
-rwxr-xr-x3401/CH7/EX7.3/Ex7_3.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/3401/CH7/EX7.3/Ex7_3.sce b/3401/CH7/EX7.3/Ex7_3.sce
new file mode 100755
index 000000000..381a17a5c
--- /dev/null
+++ b/3401/CH7/EX7.3/Ex7_3.sce
@@ -0,0 +1,12 @@
+clc
+
+T=300//K
+Na=10^16// cm^-3
+Nd=10^15// cm^-3
+e=1.6*10^-19// eV
+epsilon0=8.85*10^-14// F/m
+epsilons=11.7
+Vbi=0.635// V
+Vr=5// V
+W=(((2*(epsilons*epsilon0)*(Vbi+Vr))/e)*((Na+Nd)/(Na*Nd)))^0.5
+disp(W,"the value of W in m is")