summaryrefslogtreecommitdiff
path: root/3363/CH17/EX17.1/Ex17_1.sce
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /3363/CH17/EX17.1/Ex17_1.sce
downloadScilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip
initial commit / add all books
Diffstat (limited to '3363/CH17/EX17.1/Ex17_1.sce')
-rwxr-xr-x3363/CH17/EX17.1/Ex17_1.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/3363/CH17/EX17.1/Ex17_1.sce b/3363/CH17/EX17.1/Ex17_1.sce
new file mode 100755
index 000000000..3c8bffd88
--- /dev/null
+++ b/3363/CH17/EX17.1/Ex17_1.sce
@@ -0,0 +1,10 @@
+//Example 17.1, Page 643
+clc
+h=1.05*10^-34//j-s
+M=1.7*10^-27//in kg
+r=2*10^-15//in m
+K=(h**2)/(M*r*r)
+s=K* 6.24150647996E+12//converting to Mev
+K_total_cm=2*s
+k_incident=2*K_total_cm
+printf("\n The kinetic energy of incident nucleon is %d Mev",k_incident) \ No newline at end of file