blob: 9b4d29f12edeb44a8bcb6effec2679ea2a4a376f (
plain)
1
2
3
4
5
6
7
8
9
10
|
clear;
clc;
printf("\nEx1.4\n");
//page no.-8
//given
a=3.61;.......//lattice constant in Angstrom
r=(2^(0.5)*a)/4........//for F.C.C. structure radius is given by this
printf("\nradius of copper atom is 12.8 angstrom\n");
|