summaryrefslogtreecommitdiff
path: root/3557/CH4/EX4.4/Ex4_4.sce
diff options
context:
space:
mode:
Diffstat (limited to '3557/CH4/EX4.4/Ex4_4.sce')
-rw-r--r--3557/CH4/EX4.4/Ex4_4.sce15
1 files changed, 15 insertions, 0 deletions
diff --git a/3557/CH4/EX4.4/Ex4_4.sce b/3557/CH4/EX4.4/Ex4_4.sce
new file mode 100644
index 000000000..2ca484e35
--- /dev/null
+++ b/3557/CH4/EX4.4/Ex4_4.sce
@@ -0,0 +1,15 @@
+//Example4.4//
+//(a)
+RFe=0.124;//nm //atomic radius of iron
+r=2*RFe
+mprintf("r = %f nm",r)
+//(b)
+RAl=0.143;//nm //atomic radius of Aluminium
+r1=2*RAl
+mprintf("\nr1 = %f nm",r1)
+//(c)
+a=2;//given
+RO=0.132;//nm // Ionic radius of Oxygen
+b=cosd(30);//given
+r2=2*(a*RO)*(b)
+mprintf("\nr2 = %f nm",r2)