summaryrefslogtreecommitdiff
path: root/1694/CH3/EX3.19/EX3_19.sce
diff options
context:
space:
mode:
Diffstat (limited to '1694/CH3/EX3.19/EX3_19.sce')
-rw-r--r--1694/CH3/EX3.19/EX3_19.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/1694/CH3/EX3.19/EX3_19.sce b/1694/CH3/EX3.19/EX3_19.sce
new file mode 100644
index 000000000..3ece1bacd
--- /dev/null
+++ b/1694/CH3/EX3.19/EX3_19.sce
@@ -0,0 +1,11 @@
+clear;
+clc;
+printf("\nEx3.19\n");
+//page no.-135
+//given
+m=9.1*10^-31;.......//mass of electron in kg
+a=4*10^-10;........//length in m
+
+E=(h^2)/(8*m*a^2)..........//lowest energy in joules
+
+printf("\nlowest energy is 0.376*10^-18 J\n");