diff options
Diffstat (limited to '2459/CH11/EX11.21')
-rw-r--r-- | 2459/CH11/EX11.21/Ex11_21.PNG | bin | 0 -> 5035 bytes | |||
-rw-r--r-- | 2459/CH11/EX11.21/Ex11_21.sce | 11 |
2 files changed, 11 insertions, 0 deletions
diff --git a/2459/CH11/EX11.21/Ex11_21.PNG b/2459/CH11/EX11.21/Ex11_21.PNG Binary files differnew file mode 100644 index 000000000..15fbd4111 --- /dev/null +++ b/2459/CH11/EX11.21/Ex11_21.PNG diff --git a/2459/CH11/EX11.21/Ex11_21.sce b/2459/CH11/EX11.21/Ex11_21.sce new file mode 100644 index 000000000..2f732955e --- /dev/null +++ b/2459/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)
|