summaryrefslogtreecommitdiff
path: root/3651/CH2/EX2.2/Ex2_2.sce
blob: ce59e8d45ebb9507bf3a6ce7229c00f3fe59e011 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
clc



//Variable declaration
a=3.61*10**-7
BC=sqrt(2)/2
AD=(sqrt(6))/2
//Result
printf('i.Surface area of the face ABCD =%0.3f*10**-14 mm**2\n",(a**2*10**14))
printf('ii.Surface area of plane (110) =%0.3f*10**13 atoms/mm**2\n",((2/(a*sqrt(2)*a)/10**13)))
printf('iii.Surface area of pane(111)=%0.3f*10**13 atoms/mm**2",(2/(BC*AD*a**2)*10**-13))