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 --- 3755/CH2/EX2.16/Ex2_16.sce | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 3755/CH2/EX2.16/Ex2_16.sce (limited to '3755/CH2/EX2.16/Ex2_16.sce') diff --git a/3755/CH2/EX2.16/Ex2_16.sce b/3755/CH2/EX2.16/Ex2_16.sce new file mode 100644 index 000000000..ac3be6e81 --- /dev/null +++ b/3755/CH2/EX2.16/Ex2_16.sce @@ -0,0 +1,14 @@ +clear +// +// +// + +//Variable declaration +r=1; //assume + +//Calculations +a=4*r/sqrt(2); //lattice constant +R=(a/2)-r; //maximum radius + +//Result" +printf("\n maximum radius is %0.3f r",R) -- cgit