diff options
Diffstat (limited to '2858/CH11/EX11.10/Ex11_10.sce')
-rwxr-xr-x | 2858/CH11/EX11.10/Ex11_10.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/2858/CH11/EX11.10/Ex11_10.sce b/2858/CH11/EX11.10/Ex11_10.sce new file mode 100755 index 000000000..7482988e5 --- /dev/null +++ b/2858/CH11/EX11.10/Ex11_10.sce @@ -0,0 +1,8 @@ +//example 11.10
+clc; funcprot(0);
+Hp=350;
+vp=0.0016;
+Sl=0.762e-3;
+f=115;
+Qu=(0.746*Hp+98*vp)/(vp+Sl*f);
+disp(Qu,"ple load capacity in kN");
|