summaryrefslogtreecommitdiff
path: root/1052/CH27/EX27.4/274.sce
diff options
context:
space:
mode:
Diffstat (limited to '1052/CH27/EX27.4/274.sce')
-rwxr-xr-x1052/CH27/EX27.4/274.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/1052/CH27/EX27.4/274.sce b/1052/CH27/EX27.4/274.sce
new file mode 100755
index 000000000..db6722a9a
--- /dev/null
+++ b/1052/CH27/EX27.4/274.sce
@@ -0,0 +1,9 @@
+clc;
+//Example 27.4
+//page no 414
+printf("Example 27.4 page no. 414\n\n");
+m=1947//slope of curve b/w t/V vs V,s/ft^6
+K_c=2*m
+c=217//intercept on graph
+q_r=c//reciprocal of q
+printf("\n coeff. K_c=%f s/ft^6\n coeff. q_r=%f s/ft^3",K_c,q_r)