summaryrefslogtreecommitdiff
path: root/278/CH10/EX10.1/ex_10_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '278/CH10/EX10.1/ex_10_1.sce')
-rwxr-xr-x278/CH10/EX10.1/ex_10_1.sce26
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