summaryrefslogtreecommitdiff
path: root/1784/CH48/EX48.2/example_2.sce
diff options
context:
space:
mode:
Diffstat (limited to '1784/CH48/EX48.2/example_2.sce')
-rwxr-xr-x1784/CH48/EX48.2/example_2.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/1784/CH48/EX48.2/example_2.sce b/1784/CH48/EX48.2/example_2.sce
new file mode 100755
index 000000000..c0e8ef3b9
--- /dev/null
+++ b/1784/CH48/EX48.2/example_2.sce
@@ -0,0 +1,10 @@
+//Example 2
+//given data
+n=1
+h=(6.6)*10^-34 //j/sec
+m=9.1*(10^-31)//in kg
+l=1*(10^-9)//in m
+//Solution
+E=(n^2)*((h^2)/(8*m*(l^2)))
+disp("Energy in Joule=")
+disp(E) \ No newline at end of file