summaryrefslogtreecommitdiff
path: root/683/CH24/EX24.3
diff options
context:
space:
mode:
Diffstat (limited to '683/CH24/EX24.3')
-rwxr-xr-x683/CH24/EX24.3/RD_3.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/683/CH24/EX24.3/RD_3.sce b/683/CH24/EX24.3/RD_3.sce
new file mode 100755
index 000000000..fc976b90e
--- /dev/null
+++ b/683/CH24/EX24.3/RD_3.sce
@@ -0,0 +1,12 @@
+// sum 24-3
+clc;
+clear;
+d=12;
+sigut=1960;
+Pb=0.0025*sigut;
+Ds=480;
+F=Pb*d*Ds/2;
+W=F*2*10^-3;
+
+ // printing data in scilab o/p window
+ printf("W is %0.3f kN ",W);