summaryrefslogtreecommitdiff
path: root/1367/CH20/EX20.3/20_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '1367/CH20/EX20.3/20_3.sce')
-rwxr-xr-x1367/CH20/EX20.3/20_3.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/1367/CH20/EX20.3/20_3.sce b/1367/CH20/EX20.3/20_3.sce
new file mode 100755
index 000000000..b6fba60d5
--- /dev/null
+++ b/1367/CH20/EX20.3/20_3.sce
@@ -0,0 +1,10 @@
+//Find how much loss will occur in 300 hours
+//Ex:20.3
+clc;
+clear;
+close;
+x1=0.1;//in mm
+t1=25;//in hours
+t2=300;//in hours
+x2=x1*sqrt(t2/t1);//in mm
+disp(x2,"Oxidation loss in 300 hours (in mm) = "); \ No newline at end of file