diff options
Diffstat (limited to '3701/CH5/EX5.6/Ex5_6.sce')
-rw-r--r-- | 3701/CH5/EX5.6/Ex5_6.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/3701/CH5/EX5.6/Ex5_6.sce b/3701/CH5/EX5.6/Ex5_6.sce new file mode 100644 index 000000000..a6d3219e0 --- /dev/null +++ b/3701/CH5/EX5.6/Ex5_6.sce @@ -0,0 +1,12 @@ +////Given
+t=10.0**-12 //s
+h1=1.054*10**-34
+h=6.625*10**-34
+
+//Calculation
+E=h1/t
+v=E/h
+
+//Result
+printf("\n uncertainity in energy is %e J",E)
+printf("\n uncertainity in frequency is %e Hz",v)
|