summaryrefslogtreecommitdiff
path: root/278/CH10/EX10.13
diff options
context:
space:
mode:
authorprashantsinalkar2017-10-10 12:38:01 +0530
committerprashantsinalkar2017-10-10 12:38:01 +0530
commitf35ea80659b6a49d1bb2ce1d7d002583f3f40947 (patch)
treeeb72842d800ac1233e9d890e020eac5fd41b0b1b /278/CH10/EX10.13
parent7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 (diff)
downloadScilab-TBC-Uploads-f35ea80659b6a49d1bb2ce1d7d002583f3f40947.tar.gz
Scilab-TBC-Uploads-f35ea80659b6a49d1bb2ce1d7d002583f3f40947.tar.bz2
Scilab-TBC-Uploads-f35ea80659b6a49d1bb2ce1d7d002583f3f40947.zip
updated the code
Diffstat (limited to '278/CH10/EX10.13')
-rwxr-xr-x278/CH10/EX10.13/ex_10_13.sce54
1 files changed, 27 insertions, 27 deletions
diff --git a/278/CH10/EX10.13/ex_10_13.sce b/278/CH10/EX10.13/ex_10_13.sce
index 50c4c0a16..1a0de3ae1 100755
--- a/278/CH10/EX10.13/ex_10_13.sce
+++ b/278/CH10/EX10.13/ex_10_13.sce
@@ -1,28 +1,28 @@
-////find size of weld
-clc
-//solution
-//given
-//ref fig 10.28
-P=15000//N
-T=80//N/mm^2
-b=80//mm
-l=50//mm
-e=125//mm
-//let s be size of weld
-//A=2*t*l//70.7*s//mm^2
-//T1=P/A//N/mm^2//direct stress
-//T1=212/s
-//J=t*l*(3*b^2+l^2)/6//mm^4
-//J=127850*s//mm^4
-ab=40//mm
-bg=25//mm=r1
-r2=(sqrt(ab^2+bg^2))//mm
-printf("the value of r2 is,%f mm\n",r2)
-//T2=P*e*r2/J
-//T2=689.3/s//N/mm^2
-//cos(q)=r1/r2=25/47=0.532
-a=0.532
-//T=sqrt(T1^+T2^2+2*T1*T2*a)
-//80=822/s
-s=822/80//mm
+
+clc
+//solution
+//given
+//ref fig 10.28
+P=15000//N
+T=80//N/mm^2
+b=80//mm
+l=50//mm
+e=125//mm
+//let s be size of weld
+//A=2*t*l//70.7*s//mm^2
+//T1=P/A//N/mm^2//direct stress
+//T1=212/s
+//J=t*l*(3*b^2+l^2)/6//mm^4
+//J=127850*s//mm^4
+ab=40//mm
+bg=25//mm=r1
+r2=(sqrt(ab^2+bg^2))//mm
+printf("the value of r2 is,%f mm\n",r2)
+//T2=P*e*r2/J
+//T2=689.3/s//N/mm^2
+//cos(q)=r1/r2=25/47=0.532
+a=0.532
+//T=sqrt(T1^+T2^2+2*T1*T2*a)
+//80=822/s
+s=822/80//mm
printf("the sieze of weld is,%f mm",s) \ No newline at end of file