summaryrefslogtreecommitdiff
path: root/3369/CH3/EX3.19/Ex3_19.sce
blob: 06ffba79d0cfca7c5faf01b8cf42f820b163d0a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//Chapter 3, Exmaple 19, page 111
//Determine mean free path and ionization
clc
clear
//(a)Mean free path
//Based on equation 3.14 and 3.15
lambda = 1/(9003*0.5)
//(b)Ionization potential
Vi = 256584/9003
printf("\n lambda = %e m ",lambda)
printf("\n Vi = %f V ",Vi)

//answers may vary due to round off error