diff options
Diffstat (limited to '2465/CH22/EX22.2/Ex22_2.sce')
-rw-r--r-- | 2465/CH22/EX22.2/Ex22_2.sce | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/2465/CH22/EX22.2/Ex22_2.sce b/2465/CH22/EX22.2/Ex22_2.sce deleted file mode 100644 index 2b2998ca9..000000000 --- a/2465/CH22/EX22.2/Ex22_2.sce +++ /dev/null @@ -1,15 +0,0 @@ -//Chapter-22,Example 2,Page 502
-clc();
-close();
-
-h=2
-
-k=2
-
-l=0
-
-a= 450 //length of cube in pm
-
-d=a/sqrt((h^2)+(k^2)+(l^2))
-
-printf("\n the spacing between planes is d = %.1f pm",d)
|