summaryrefslogtreecommitdiff
path: root/3363/CH16/EX16.7
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /3363/CH16/EX16.7
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/CH16/EX16.7')
-rwxr-xr-x3363/CH16/EX16.7/Ex16_7.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/3363/CH16/EX16.7/Ex16_7.sce b/3363/CH16/EX16.7/Ex16_7.sce
new file mode 100755
index 000000000..0266c026c
--- /dev/null
+++ b/3363/CH16/EX16.7/Ex16_7.sce
@@ -0,0 +1,10 @@
+//Example 16.7, Page no 603
+clc
+E=0.129//in Mev
+x=931//uc^2
+Del_E=(E)**2/(2*x*191)
+printf("\n The value of delta E is %e ev",Del_E*10**6)
+h=6.6*10^-16//ev-sec
+T=1.4*10^-10//sec
+Tou=h/T
+printf("\n The value of Tou is %e ev",Tou) \ No newline at end of file