summaryrefslogtreecommitdiff
path: root/2459/CH11/EX11.21
diff options
context:
space:
mode:
Diffstat (limited to '2459/CH11/EX11.21')
-rw-r--r--2459/CH11/EX11.21/Ex11_21.PNGbin0 -> 5035 bytes
-rw-r--r--2459/CH11/EX11.21/Ex11_21.sce11
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
new file mode 100644
index 000000000..15fbd4111
--- /dev/null
+++ b/2459/CH11/EX11.21/Ex11_21.PNG
Binary files differ
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)