summaryrefslogtreecommitdiff
path: root/3363/CH4/EX4.2/Ex4_2.sce
blob: d36c68c631fa938d677207aa34ebb1d750d155bf (plain)
1
2
3
4
5
6
//Example 4.2, page 107
clc
disp('Part a')
N=10^4//in rad, Number of atoms tarversed
theta=(2*10^-2)/sqrt(N)
printf("\n Average deflection %e rad ",theta)