diff options
Diffstat (limited to '1586/CH12/EX12.8/EXP12_8.sce')
-rw-r--r-- | 1586/CH12/EX12.8/EXP12_8.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/1586/CH12/EX12.8/EXP12_8.sce b/1586/CH12/EX12.8/EXP12_8.sce new file mode 100644 index 000000000..d6ddd193b --- /dev/null +++ b/1586/CH12/EX12.8/EXP12_8.sce @@ -0,0 +1,7 @@ +clc;funcprot(0);//EXAMPLE 12.8
+// Initialisation of Variables
+d=0.001;........//Actual distence between one alpha plate to next alpha plate
+S=14;..........//Spacings between between one alpha plate to next alpha plate
+//CALCULATIONS
+lamida=d/S;......//The interlamellar spacing between one alpha plate to next alpha plate in Pearlite Microstructure
+disp(lamida,"The interlamellar spacing between one alpha plate to next alpha plate in Pearlite Microstructure:")
|