summaryrefslogtreecommitdiff
path: root/1826/CH14/EX14.1/ex14_1.sce
blob: 4c61ae7a97bfc4a628a3274708c47d8b79588d2d (plain)
1
2
3
4
5
6
7
8
9
// Example 14.1, page no-385
clear
clc
eb=10000//eV
k=1.2*10^-4
b=0.151
e=1.6*10^-19
rc=k*(eb*e)^b
printf("The penetration depth of the electron is %.4f µm",rc*10^6)