summaryrefslogtreecommitdiff
path: root/377/CH9/EX9.7/9_7.sce
diff options
context:
space:
mode:
Diffstat (limited to '377/CH9/EX9.7/9_7.sce')
-rw-r--r--377/CH9/EX9.7/9_7.sce6
1 files changed, 6 insertions, 0 deletions
diff --git a/377/CH9/EX9.7/9_7.sce b/377/CH9/EX9.7/9_7.sce
new file mode 100644
index 000000000..cbe542f42
--- /dev/null
+++ b/377/CH9/EX9.7/9_7.sce
@@ -0,0 +1,6 @@
+disp("Va=(K*T/q)*log((J/Js)+1)");
+a=0.0259; //say
+J=10^5;
+Js=250*10^-3;
+Va=a*log((J/Js)+1);
+printf('\n The value of Va is %fV',Va); \ No newline at end of file