summaryrefslogtreecommitdiff
path: root/3281/CH9/EX9.21/ex9_21.sce
blob: 3a802c1e61cccfd5aca86e53798c720032f10fc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//Page Number: 501
//Example 9.21
clc;
//Given
J=25D+7; //A/m;
Na=2.5D+21; //m3
e=1.6D-19;

//Avlance zone velocity
vz=J/(Na*e);
disp('m/s',vz,'Avlanche zone velocity:');