summaryrefslogtreecommitdiff
path: root/3701/CH5/EX5.5/Ex5_5.sce
diff options
context:
space:
mode:
Diffstat (limited to '3701/CH5/EX5.5/Ex5_5.sce')
-rw-r--r--3701/CH5/EX5.5/Ex5_5.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/3701/CH5/EX5.5/Ex5_5.sce b/3701/CH5/EX5.5/Ex5_5.sce
new file mode 100644
index 000000000..992874d17
--- /dev/null
+++ b/3701/CH5/EX5.5/Ex5_5.sce
@@ -0,0 +1,12 @@
+////Given
+m=50*10**-3 //kgram
+accuracy=0.01
+v=300 //m/s
+h=1.054*10**-34
+
+//Calculation
+p=m*(v*accuracy)/100.0
+x=h/p
+
+//Result
+printf("\n position of the bullet %e m",x)