summaryrefslogtreecommitdiff
path: root/1394/CH6/EX6.4.4/Ex6_4_4.sce
diff options
context:
space:
mode:
Diffstat (limited to '1394/CH6/EX6.4.4/Ex6_4_4.sce')
-rwxr-xr-x1394/CH6/EX6.4.4/Ex6_4_4.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/1394/CH6/EX6.4.4/Ex6_4_4.sce b/1394/CH6/EX6.4.4/Ex6_4_4.sce
new file mode 100755
index 000000000..2b8a10e4f
--- /dev/null
+++ b/1394/CH6/EX6.4.4/Ex6_4_4.sce
@@ -0,0 +1,11 @@
+
+clc
+//initialization of variables
+d=0.01 //cm
+s=2*10^-2 //cm
+//calculations
+phi = 4/3 *%pi*(d/2)^3 /(s^3)
+disp("On solving, D")
+D=5*10^-7 //cm^2/s
+//results
+printf("Diffusion in homogeneous gel = %.1e cm^2/sec",D)