diff options
Diffstat (limited to '3507/CH11/EX11.21/Ex11_21.sce')
-rw-r--r-- | 3507/CH11/EX11.21/Ex11_21.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/3507/CH11/EX11.21/Ex11_21.sce b/3507/CH11/EX11.21/Ex11_21.sce new file mode 100644 index 000000000..2f732955e --- /dev/null +++ b/3507/CH11/EX11.21/Ex11_21.sce @@ -0,0 +1,11 @@ +//chapter11
+//example11.21
+//page225
+
+Vce=20 // V
+Pd=100 // mW
+
+// since Pd=Vce*Ic we get
+Ic=Pd/Vce
+
+printf("maximum allowable collector current = %.3f mA \n ",Ic)
|