summaryrefslogtreecommitdiff
path: root/196/CH5/EX5.11
diff options
context:
space:
mode:
Diffstat (limited to '196/CH5/EX5.11')
-rwxr-xr-x196/CH5/EX5.11/example_5_11.sce12
-rwxr-xr-x196/CH5/EX5.11/result_5_11.txt1
2 files changed, 13 insertions, 0 deletions
diff --git a/196/CH5/EX5.11/example_5_11.sce b/196/CH5/EX5.11/example_5_11.sce
new file mode 100755
index 000000000..97773192c
--- /dev/null
+++ b/196/CH5/EX5.11/example_5_11.sce
@@ -0,0 +1,12 @@
+//Chapter 5
+//Example 5-11
+//ProbOnOpticalCoupler
+//Page 136, Figure 5-10
+clear;clc;
+//Given
+R = 1*10^3;
+R1 = 99*10^3 ;
+m = R1 / R ; //multiplier
+Isc = 10*10^-6; //Current on short-circuit condition
+Il = (1 + m)*Isc ;
+printf ( "\n\n Load current = %.4f A ", Il) \ No newline at end of file
diff --git a/196/CH5/EX5.11/result_5_11.txt b/196/CH5/EX5.11/result_5_11.txt
new file mode 100755
index 000000000..26698e5b1
--- /dev/null
+++ b/196/CH5/EX5.11/result_5_11.txt
@@ -0,0 +1 @@
+Load current = 0.0010 A \ No newline at end of file