summaryrefslogtreecommitdiff
path: root/3875/CH10/EX10.11/10_11.sce
diff options
context:
space:
mode:
Diffstat (limited to '3875/CH10/EX10.11/10_11.sce')
-rw-r--r--3875/CH10/EX10.11/10_11.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/3875/CH10/EX10.11/10_11.sce b/3875/CH10/EX10.11/10_11.sce
new file mode 100644
index 000000000..d9c1fae87
--- /dev/null
+++ b/3875/CH10/EX10.11/10_11.sce
@@ -0,0 +1,11 @@
+clc;
+clear;
+W=1.2*1.6*10^-19 //work function in eV
+h=6.6*10^-34 //Plancks constant in J-s
+v=5.5*10^14 // frequency of light in Hz
+e=1.6*10^-19 //charge in C
+
+V_s=((h*v)-W)/e
+
+mprintf("The stopping potential is = %1.2f volt",V_s)
+//Answer varies due to round off error.