summaryrefslogtreecommitdiff
path: root/1466/CH10/EX10.3/10_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '1466/CH10/EX10.3/10_3.sce')
-rwxr-xr-x1466/CH10/EX10.3/10_3.sce17
1 files changed, 17 insertions, 0 deletions
diff --git a/1466/CH10/EX10.3/10_3.sce b/1466/CH10/EX10.3/10_3.sce
new file mode 100755
index 000000000..7ab13c342
--- /dev/null
+++ b/1466/CH10/EX10.3/10_3.sce
@@ -0,0 +1,17 @@
+
+clc
+//initialisation of variables
+r=0.5
+sl=1600
+a=10000//ft^2
+//CALUCLATIONS
+k1=2*sqrt(1+1)-2
+A=k1+1
+wp=k1+2*sqrt(2)
+m=A/wp
+k=r/sl
+d=(a/(60*A*90*k))^0.2
+b=k1*d
+//RESULTS
+printf (' d= %.2f ft' ,d)
+printf ('\n b= %.2f ft',b)