diff options
Diffstat (limited to '3281/CH9/EX9.11')
-rw-r--r-- | 3281/CH9/EX9.11/ex9_11.jpg | bin | 0 -> 7362 bytes | |||
-rw-r--r-- | 3281/CH9/EX9.11/ex9_11.sce | 16 |
2 files changed, 16 insertions, 0 deletions
diff --git a/3281/CH9/EX9.11/ex9_11.jpg b/3281/CH9/EX9.11/ex9_11.jpg Binary files differnew file mode 100644 index 000000000..92f9c7c68 --- /dev/null +++ b/3281/CH9/EX9.11/ex9_11.jpg diff --git a/3281/CH9/EX9.11/ex9_11.sce b/3281/CH9/EX9.11/ex9_11.sce new file mode 100644 index 000000000..1a006fe56 --- /dev/null +++ b/3281/CH9/EX9.11/ex9_11.sce @@ -0,0 +1,16 @@ +//Page Number: 487
+//Example 9.11
+clc;
+//Given
+n=0.08;
+A=3D-8; //m2
+n0=1D+21; //m-3
+e=1.6D-19;
+vd=1.5D+5; //m/s
+M=3.2
+E=350D+3; //V
+L=12D-6; //m
+
+//Power output
+Pout=n*A*n0*e*vd*M*L*E;
+disp('mW',Pout*1000,'Power output:');
|