summaryrefslogtreecommitdiff
path: root/3701/CH5/EX5.4/Ex5_4.sce
diff options
context:
space:
mode:
Diffstat (limited to '3701/CH5/EX5.4/Ex5_4.sce')
-rw-r--r--3701/CH5/EX5.4/Ex5_4.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/3701/CH5/EX5.4/Ex5_4.sce b/3701/CH5/EX5.4/Ex5_4.sce
new file mode 100644
index 000000000..323f5db24
--- /dev/null
+++ b/3701/CH5/EX5.4/Ex5_4.sce
@@ -0,0 +1,12 @@
+////Given
+p=0.2*10**-3*10 //Kg m/s
+h=1.054*10**-34
+x=1*10**-2 //m
+
+//Calculation
+p1=h/x
+a=p1/p
+
+//Result
+printf("\n uncertainty in the angle of emergence %e radians",a)
+printf("\n 1.1*10**-24 seconds of arc")