summaryrefslogtreecommitdiff
path: root/1026/CH6/EX6.14
diff options
context:
space:
mode:
Diffstat (limited to '1026/CH6/EX6.14')
-rwxr-xr-x1026/CH6/EX6.14/Example6_14.sce17
1 files changed, 17 insertions, 0 deletions
diff --git a/1026/CH6/EX6.14/Example6_14.sce b/1026/CH6/EX6.14/Example6_14.sce
new file mode 100755
index 000000000..d45c6d4f3
--- /dev/null
+++ b/1026/CH6/EX6.14/Example6_14.sce
@@ -0,0 +1,17 @@
+//chapter6,Example6_14,pg 136
+
+J2=0.2*10^-6
+
+e=1.6*10^-19
+
+V=0.1
+
+K=1.38*10^-23
+
+T=300
+
+J=J2*(e^((e*V)/(K*T)))//as e^((e*v)/KT)>>1
+
+printf("forward bias current flow\n")
+
+disp(J) \ No newline at end of file