diff options
author | prashantsinalkar | 2017-10-10 12:38:01 +0530 |
---|---|---|
committer | prashantsinalkar | 2017-10-10 12:38:01 +0530 |
commit | f35ea80659b6a49d1bb2ce1d7d002583f3f40947 (patch) | |
tree | eb72842d800ac1233e9d890e020eac5fd41b0b1b /278/CH10/EX10.1/ex_10_1.sce | |
parent | 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 (diff) | |
download | Scilab-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.1/ex_10_1.sce')
-rwxr-xr-x | 278/CH10/EX10.1/ex_10_1.sce | 26 |
1 files changed, 13 insertions, 13 deletions
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 |