summaryrefslogtreecommitdiff
path: root/2780/CH7/EX7.16
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /2780/CH7/EX7.16
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 '2780/CH7/EX7.16')
-rwxr-xr-x2780/CH7/EX7.16/Ex7_16.sce6
1 files changed, 6 insertions, 0 deletions
diff --git a/2780/CH7/EX7.16/Ex7_16.sce b/2780/CH7/EX7.16/Ex7_16.sce
new file mode 100755
index 000000000..2ec858d23
--- /dev/null
+++ b/2780/CH7/EX7.16/Ex7_16.sce
@@ -0,0 +1,6 @@
+clc
+//to calculate uncertainity in the energy
+h=6.63*10^-34 //plank's constant in J-s
+delt=2.5*10^-14 //uncertainity in time in s
+delE=h/(2*%pi*delt*1.6*10^-19)
+disp("minimum error with which the energy of the state can be measured is delE="+string(delE)+"ev")