summaryrefslogtreecommitdiff
path: root/3755/CH6/EX6.28
diff options
context:
space:
mode:
Diffstat (limited to '3755/CH6/EX6.28')
-rw-r--r--3755/CH6/EX6.28/Ex6_28.sce15
1 files changed, 15 insertions, 0 deletions
diff --git a/3755/CH6/EX6.28/Ex6_28.sce b/3755/CH6/EX6.28/Ex6_28.sce
new file mode 100644
index 000000000..cd8fefb48
--- /dev/null
+++ b/3755/CH6/EX6.28/Ex6_28.sce
@@ -0,0 +1,15 @@
+clear
+//
+//
+//
+
+//Variable declaration
+delta_t=10^-12; //life time(s)
+hby2pi=1.054*10^-34;
+e=1.6*10^-19; //charge of electron(c)
+
+//Calculations
+deltaE=hby2pi/(2*e*delta_t); //uncertainity in energy(eV)
+
+//Result
+printf("\n uncertainity in energy is %0.1f *10^-4 eV",deltaE*10^4)