diff options
Diffstat (limited to '3526/CH2/EX2.4/EX2_4.sce')
-rw-r--r-- | 3526/CH2/EX2.4/EX2_4.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/3526/CH2/EX2.4/EX2_4.sce b/3526/CH2/EX2.4/EX2_4.sce new file mode 100644 index 000000000..cad80bf07 --- /dev/null +++ b/3526/CH2/EX2.4/EX2_4.sce @@ -0,0 +1,8 @@ +//Page 37
+clc;funcprot(0);//EXAMPLE 2.4
+// Initialisation of Variables
+Es=1.8;........//Electro negativity of Silicon from fig.2-8
+Eo=3.5;........//Electro negativity of Oxygen from fig.2-8
+//CALCULATION
+F=exp(-0.25*(Eo-Es)^2);........//Fraction covalent of SiO2
+disp(F,"Fraction covalent of SiO2 :")
|