diff options
Diffstat (limited to '800/CH2/EX2.4')
-rwxr-xr-x | 800/CH2/EX2.4/2_4.sce | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/800/CH2/EX2.4/2_4.sce b/800/CH2/EX2.4/2_4.sce new file mode 100755 index 000000000..29f111081 --- /dev/null +++ b/800/CH2/EX2.4/2_4.sce @@ -0,0 +1,14 @@ +//clear//
+clc
+clear
+exec("2.4data.sci");
+
+
+VCSTR = FA0*X(7)*(1/-rAat);
+VPFR = FA0*inttrap(X,p)
+disp("VCSTR =")
+disp(VCSTR)
+disp("dm^3")
+disp("VPFR =")
+disp(VPFR)
+disp ("dm^3")
|