summaryrefslogtreecommitdiff
path: root/3665/CH2/EX2.7/Ex2_7.sce
diff options
context:
space:
mode:
Diffstat (limited to '3665/CH2/EX2.7/Ex2_7.sce')
-rw-r--r--3665/CH2/EX2.7/Ex2_7.sce13
1 files changed, 13 insertions, 0 deletions
diff --git a/3665/CH2/EX2.7/Ex2_7.sce b/3665/CH2/EX2.7/Ex2_7.sce
new file mode 100644
index 000000000..8ec0b99f9
--- /dev/null
+++ b/3665/CH2/EX2.7/Ex2_7.sce
@@ -0,0 +1,13 @@
+clc//
+//
+//
+
+//Variable declaration
+r=1; //assume
+
+//Calculation
+a=4/sqrt(3);
+R=(a-(2*r))/2; //radius of interstitial sphere(r)
+
+//Result
+printf("\n radius of interstitial sphere is %0.3f r",R)