summaryrefslogtreecommitdiff
path: root/2459/CH15/EX15.1/Ex15_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '2459/CH15/EX15.1/Ex15_1.sce')
-rw-r--r--2459/CH15/EX15.1/Ex15_1.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/2459/CH15/EX15.1/Ex15_1.sce b/2459/CH15/EX15.1/Ex15_1.sce
new file mode 100644
index 000000000..2f36b431e
--- /dev/null
+++ b/2459/CH15/EX15.1/Ex15_1.sce
@@ -0,0 +1,11 @@
+//chapter15
+//example15.1
+//page321
+
+V=12 // V
+P=2 // W
+
+// since P=V*Ic we get
+Ic_max=P/V // in ampere
+
+printf("maximum collector current = %.3f mA \n",Ic_max*1000)