summaryrefslogtreecommitdiff
path: root/3526/CH4/EX4.9
diff options
context:
space:
mode:
Diffstat (limited to '3526/CH4/EX4.9')
-rw-r--r--3526/CH4/EX4.9/EX4_9.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/3526/CH4/EX4.9/EX4_9.sce b/3526/CH4/EX4.9/EX4_9.sce
new file mode 100644
index 000000000..12be5d1d7
--- /dev/null
+++ b/3526/CH4/EX4.9/EX4_9.sce
@@ -0,0 +1,8 @@
+//page 105
+clc;funcprot(0);//EXAMPLE 4.10
+// Initialisation of Variables
+g=16;.......// No. of grains per square inch in a photomicrograph
+M=250;..........//Magnification in a photomicrograph
+N=(M/g)*100;........//The number of grains per square inch
+n=(log10(100)/log10(2))+1;........//the ASTM grain size number
+disp(n,"the ASTM grain size number:")