clc //given that R = 1 // let radius of an atom is unity printf("Example 4.1\n") //For FCC a=2*R*sqrt(2) a=2*R*sqrt(2) //Edge Length V=a^3 //Volume determination printf("\n Volume of an FCC unit cell is %fR^3 \n\n",V)