summaryrefslogtreecommitdiff
path: root/377/CH9/EX9.6/9_6.sce
diff options
context:
space:
mode:
Diffstat (limited to '377/CH9/EX9.6/9_6.sce')
-rw-r--r--377/CH9/EX9.6/9_6.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/377/CH9/EX9.6/9_6.sce b/377/CH9/EX9.6/9_6.sce
new file mode 100644
index 000000000..2acd2d4ef
--- /dev/null
+++ b/377/CH9/EX9.6/9_6.sce
@@ -0,0 +1,9 @@
+K=8.62*10^-5;
+T=300;
+a=K*T;
+printf('\n The value of K*T is %fV',a);
+I0=10^-6;
+Va=0.15;
+disp("rac=1/((I0/K*T)*exp(Va/K*T));");
+rac=1/((I0/a)*exp(Va/a));
+printf('\n The value of rac is %f ohm',rac); \ No newline at end of file