summaryrefslogtreecommitdiff
path: root/1268/CH6/EX6.3/6_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '1268/CH6/EX6.3/6_3.sce')
-rw-r--r--1268/CH6/EX6.3/6_3.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/1268/CH6/EX6.3/6_3.sce b/1268/CH6/EX6.3/6_3.sce
new file mode 100644
index 000000000..ec9be7e4a
--- /dev/null
+++ b/1268/CH6/EX6.3/6_3.sce
@@ -0,0 +1,10 @@
+clear;
+disp("Example 6.3")
+d=0.1 // diameter of sphere in m
+velocity= 0.25 // in m/s
+mew= 1.9e-5
+density= 1.15 // in kg/m^3
+f=0.44
+area=%pi*d*d/4
+Fd=(f*density*velocity*velocity*area)/2
+disp(Fd,"The drag Force is ")