summaryrefslogtreecommitdiff
path: root/650/CH3/EX3.6/6.sce
diff options
context:
space:
mode:
Diffstat (limited to '650/CH3/EX3.6/6.sce')
-rwxr-xr-x650/CH3/EX3.6/6.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/650/CH3/EX3.6/6.sce b/650/CH3/EX3.6/6.sce
new file mode 100755
index 000000000..a1a02600b
--- /dev/null
+++ b/650/CH3/EX3.6/6.sce
@@ -0,0 +1,7 @@
+clc
+u=0.03; //Ns/m^2
+Q=10^(-7); //m^3/s
+dp=integrate('8*u*Q/%pi/0.005^4/(1-L)^4', 'L', 0, 0.5)
+disp("Pressure difference =")
+disp(dp)
+disp("N/m^2") \ No newline at end of file