summaryrefslogtreecommitdiff
path: root/1586/CH14/EX14.6/EXP14_6.sce
diff options
context:
space:
mode:
Diffstat (limited to '1586/CH14/EX14.6/EXP14_6.sce')
-rw-r--r--1586/CH14/EX14.6/EXP14_6.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/1586/CH14/EX14.6/EXP14_6.sce b/1586/CH14/EX14.6/EXP14_6.sce
new file mode 100644
index 000000000..ced8c6a47
--- /dev/null
+++ b/1586/CH14/EX14.6/EXP14_6.sce
@@ -0,0 +1,8 @@
+clc;funcprot(0);//EXAMPLE 14.6
+// Initialisation of Variables
+%A=10;.......//Percentage of Alloy in Cu-Al alloy
+%M=9.4;.......//Percentage of Martensite present in Cu-Al alloy
+%Fe=15.6;......//Percentage of Ferrite present in Cu-Al alloy
+//CALCULATIONS
+%a=((%A-%M)/(%Fe-%M))*100;....//Percentage of Austenite forms at 400 degree celsius in Cu-Al alloy
+disp(%a,"Percentage of Austenite forms at 400 degree celsius in Cu-Al alloy")