diff options
Diffstat (limited to '3507/CH15/EX15.2/Ex15_2.sce')
-rw-r--r-- | 3507/CH15/EX15.2/Ex15_2.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/3507/CH15/EX15.2/Ex15_2.sce b/3507/CH15/EX15.2/Ex15_2.sce new file mode 100644 index 000000000..3224dbefc --- /dev/null +++ b/3507/CH15/EX15.2/Ex15_2.sce @@ -0,0 +1,11 @@ +//chapter15
+//example15.2
+//page321
+
+V=12 // V
+R=4 // kilo ohm
+
+//since maximum collector current will flow when whole battery voltgage is dropped across Rc, we get
+Ic_max=V/R
+
+printf("maximum collector current = %.3f mA \n",Ic_max)
|