summaryrefslogtreecommitdiff
path: root/1784/CH48/EX1.1/example_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '1784/CH48/EX1.1/example_1.sce')
-rwxr-xr-x1784/CH48/EX1.1/example_1.sce15
1 files changed, 15 insertions, 0 deletions
diff --git a/1784/CH48/EX1.1/example_1.sce b/1784/CH48/EX1.1/example_1.sce
new file mode 100755
index 000000000..ff9c1a43c
--- /dev/null
+++ b/1784/CH48/EX1.1/example_1.sce
@@ -0,0 +1,15 @@
+//Chapter 48
+//Example1
+k=100*(1.6*(10^-19))
+m=9.1*(10^-31)
+//solution
+v=sqrt(((2*k)/(m)))
+
+disp("velocity in m/s" )
+disp(v)
+h=6.6*(10^-34)
+p=5.4*(10^-34)
+lambda=h/p
+disp("wavelength in A")
+disp(lambda)
+