diff options
Diffstat (limited to '51/CH2/EX2.10/2_10.sce')
-rwxr-xr-x | 51/CH2/EX2.10/2_10.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/51/CH2/EX2.10/2_10.sce b/51/CH2/EX2.10/2_10.sce new file mode 100755 index 000000000..a926e33b2 --- /dev/null +++ b/51/CH2/EX2.10/2_10.sce @@ -0,0 +1,11 @@ +clc;
+clear;
+dia=1.5;//m
+wt=8.5;//kN
+//tension in cable T=bouyant force(Fb)-wt
+//fluid is water
+sw=10.1;//kN/m^3
+vol=%pi*dia^3/6;//m^3
+Fb=sw*vol;//kN
+T=Fb-wt;//kN
+disp("kN",T,"The tension in the cable =")
\ No newline at end of file |