From f35ea80659b6a49d1bb2ce1d7d002583f3f40947 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:38:01 +0530 Subject: updated the code --- 278/CH10/EX10.1/ex_10_1.sce | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to '278/CH10/EX10.1/ex_10_1.sce') diff --git a/278/CH10/EX10.1/ex_10_1.sce b/278/CH10/EX10.1/ex_10_1.sce index 0cae290a7..97647ef54 100755 --- a/278/CH10/EX10.1/ex_10_1.sce +++ b/278/CH10/EX10.1/ex_10_1.sce @@ -1,14 +1,14 @@ -//find the length of weld -clc -//soltion -//given -b=100//mm//width -t=10//mm//thickness -P=80*10^3//N -T=55//N/mm^2 -//let l and s be length of wled and size of weld -//s=t -s=10//mm -//P=1.414*s*l*T -l=P/(1.414*s*T)//mm + +clc +//soltion +//given +b=100//mm//width +t=10//mm//thickness +P=80*10^3//N +T=55//N/mm^2 +//let l and s be length of wled and size of weld +//s=t +s=10//mm +//P=1.414*s*l*T +l=P/(1.414*s*T)//mm printf("the length of weld is,%f mm",l+12.5) \ No newline at end of file -- cgit