summaryrefslogtreecommitdiff
path: root/1586/CH2/EX2.4/EXP2_4.sce
diff options
context:
space:
mode:
Diffstat (limited to '1586/CH2/EX2.4/EXP2_4.sce')
-rw-r--r--1586/CH2/EX2.4/EXP2_4.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/1586/CH2/EX2.4/EXP2_4.sce b/1586/CH2/EX2.4/EXP2_4.sce
new file mode 100644
index 000000000..04d33db0d
--- /dev/null
+++ b/1586/CH2/EX2.4/EXP2_4.sce
@@ -0,0 +1,7 @@
+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 :")