diff options
Diffstat (limited to '3526/CH12/EX12.8/EX12_8.sce')
-rw-r--r-- | 3526/CH12/EX12.8/EX12_8.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/3526/CH12/EX12.8/EX12_8.sce b/3526/CH12/EX12.8/EX12_8.sce new file mode 100644 index 000000000..c8bd7b102 --- /dev/null +++ b/3526/CH12/EX12.8/EX12_8.sce @@ -0,0 +1,8 @@ +clc;funcprot(0);//EXAMPLE 12.8
+//page 364
+// 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:")
|