summaryrefslogtreecommitdiff
path: root/1367/CH4/EX4.6/4_6.sce
diff options
context:
space:
mode:
Diffstat (limited to '1367/CH4/EX4.6/4_6.sce')
-rwxr-xr-x1367/CH4/EX4.6/4_6.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/1367/CH4/EX4.6/4_6.sce b/1367/CH4/EX4.6/4_6.sce
new file mode 100755
index 000000000..facad2850
--- /dev/null
+++ b/1367/CH4/EX4.6/4_6.sce
@@ -0,0 +1,14 @@
+//Find atomic radius
+//Ex:4.6
+clc;
+clear;
+close;
+n=2;//BCC
+p=7.86;//density in gm/cm^3
+aw=55.85;//atomic weight of iron
+na=6.023*10^23;//Avagadrro's no.
+a=((aw*n)/(na*p))^(1/3);//in cm
+a1=a*10^8;//in angstorm
+disp(a1,"unit cell dimension of iron (in angstorm) = ");
+r=sqrt(3)*a1/4;
+disp(r,"atomic radius = "); \ No newline at end of file