From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 1427/CH22/EX22.8/22_8.sce | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 1427/CH22/EX22.8/22_8.sce (limited to '1427/CH22/EX22.8/22_8.sce') diff --git a/1427/CH22/EX22.8/22_8.sce b/1427/CH22/EX22.8/22_8.sce new file mode 100644 index 000000000..e8906abb8 --- /dev/null +++ b/1427/CH22/EX22.8/22_8.sce @@ -0,0 +1,6 @@ +//ques-22.8 +//Calculating radius of sodium atom +clc +a=429;//cell edge /(in pm) +r=sqrt(3)*(a/4);//atomic radius +printf("The radius of sodium atom is %.0f pm.",r); -- cgit