summaryrefslogtreecommitdiff
path: root/1280/CH4/EX4.2/4_2.sce
diff options
context:
space:
mode:
Diffstat (limited to '1280/CH4/EX4.2/4_2.sce')
-rwxr-xr-x1280/CH4/EX4.2/4_2.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/1280/CH4/EX4.2/4_2.sce b/1280/CH4/EX4.2/4_2.sce
new file mode 100755
index 000000000..0cab1fc3d
--- /dev/null
+++ b/1280/CH4/EX4.2/4_2.sce
@@ -0,0 +1,10 @@
+clc
+//initialisation of variables
+D= 2 //in
+S= 10 //in
+s= 10000 //strokes
+V= 231 //in^3
+//CALCULATIONS
+di= V/(S*s*D*%pi)
+//RESULTS
+printf ('thickness = %.7f in',di)