diff options
Diffstat (limited to '3526/CH13/EX13.3/Ex13_3.sce')
-rw-r--r-- | 3526/CH13/EX13.3/Ex13_3.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/3526/CH13/EX13.3/Ex13_3.sce b/3526/CH13/EX13.3/Ex13_3.sce new file mode 100644 index 000000000..446df843b --- /dev/null +++ b/3526/CH13/EX13.3/Ex13_3.sce @@ -0,0 +1,7 @@ +//page 385 +clc +primary_alpha=((0.77-.5)/(0.77-0.0218))*100 +pearlite=((0.5-0.0218)/(0.77-0.0218))*100 +disp(primary_alpha,"primary alpha in percentage =") +disp(pearlite,"pearlite in percentage =") +//Answer difference is due to roundoff
\ No newline at end of file |