diff options
Diffstat (limited to '3785/CH6/EX6.2/Ex6_2.sce')
-rw-r--r-- | 3785/CH6/EX6.2/Ex6_2.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/3785/CH6/EX6.2/Ex6_2.sce b/3785/CH6/EX6.2/Ex6_2.sce new file mode 100644 index 000000000..b8d854ee6 --- /dev/null +++ b/3785/CH6/EX6.2/Ex6_2.sce @@ -0,0 +1,12 @@ +// Example 6_2
+clc;funcprot(0);
+// Given data
+a=1.0;// s^-1
+b=0.1;// s^-1
+c=2.0;// s^-1 where a,b,c are constants
+z=1;// m
+mu=1.82*10^-5;// Pa s
+
+// Calculation
+delp=mu*(2*b);// Pa/m
+printf("[delp=%1.2e Pa/m]i_x",delp)
|