diff options
Diffstat (limited to '3281/CH9/EX9.21')
-rwxr-xr-x | 3281/CH9/EX9.21/ex9_21.jpg | bin | 0 -> 6189 bytes | |||
-rwxr-xr-x | 3281/CH9/EX9.21/ex9_21.sce | 12 |
2 files changed, 12 insertions, 0 deletions
diff --git a/3281/CH9/EX9.21/ex9_21.jpg b/3281/CH9/EX9.21/ex9_21.jpg Binary files differnew file mode 100755 index 000000000..83f082bf6 --- /dev/null +++ b/3281/CH9/EX9.21/ex9_21.jpg diff --git a/3281/CH9/EX9.21/ex9_21.sce b/3281/CH9/EX9.21/ex9_21.sce new file mode 100755 index 000000000..3a802c1e6 --- /dev/null +++ b/3281/CH9/EX9.21/ex9_21.sce @@ -0,0 +1,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:');
+
|