summaryrefslogtreecommitdiff
path: root/3281/CH9/EX9.11/ex9_11.sce
diff options
context:
space:
mode:
Diffstat (limited to '3281/CH9/EX9.11/ex9_11.sce')
-rw-r--r--3281/CH9/EX9.11/ex9_11.sce16
1 files changed, 16 insertions, 0 deletions
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:');