summaryrefslogtreecommitdiff
path: root/1784/CH48/EX48.3/example_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '1784/CH48/EX48.3/example_3.sce')
-rwxr-xr-x1784/CH48/EX48.3/example_3.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/1784/CH48/EX48.3/example_3.sce b/1784/CH48/EX48.3/example_3.sce
new file mode 100755
index 000000000..0aa523390
--- /dev/null
+++ b/1784/CH48/EX48.3/example_3.sce
@@ -0,0 +1,14 @@
+//Example3
+//given
+m=10^-9//in kg
+v=10^-6//in m/s
+l=10^-4//in m
+h=(6.6)*(10^-34)//j/s
+E=(0.5)*m*(v^2)
+
+disp("Energy in joule=")
+disp(E)
+
+n=(l/h)*(sqrt(8*m*E))
+disp("Quantum number=")
+disp(n) \ No newline at end of file