summaryrefslogtreecommitdiff
path: root/3363/CH2/EX2.5
diff options
context:
space:
mode:
Diffstat (limited to '3363/CH2/EX2.5')
-rwxr-xr-x3363/CH2/EX2.5/EX2_5.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/3363/CH2/EX2.5/EX2_5.sce b/3363/CH2/EX2.5/EX2_5.sce
new file mode 100755
index 000000000..83502ec10
--- /dev/null
+++ b/3363/CH2/EX2.5/EX2_5.sce
@@ -0,0 +1,8 @@
+//Example2.5, page 61
+clc
+e=1.6*10^-19//in coul
+v=4*10^4//in V
+lambda=3*10^-11//in m
+c=3*10^8//m/sec
+h=(e*v*lambda)/c
+printf("\n Plancks constant is %e Joule-sec",h) \ No newline at end of file