summaryrefslogtreecommitdiff
path: root/1627/CH7/EX7.2/Ex7_2.sce
diff options
context:
space:
mode:
Diffstat (limited to '1627/CH7/EX7.2/Ex7_2.sce')
-rw-r--r--1627/CH7/EX7.2/Ex7_2.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/1627/CH7/EX7.2/Ex7_2.sce b/1627/CH7/EX7.2/Ex7_2.sce
new file mode 100644
index 000000000..008f896d0
--- /dev/null
+++ b/1627/CH7/EX7.2/Ex7_2.sce
@@ -0,0 +1,14 @@
+clc
+//initialisation of variables
+w=15//cm
+w2=20//cm
+a=5//cm
+W=0.61*(%pi)*30//cm
+d=706.5//cm^2
+x=14.1*a//cm^2
+//CALCULATIONS
+S=a/w
+A=(0.61*d)+x//cm^2
+R=A/W//cm
+//RESULTS
+printf('The hydraulic radius is=% f cm',R)