diff options
Diffstat (limited to '1430/CH2/EX2.16/exa2_16.sce')
-rw-r--r-- | 1430/CH2/EX2.16/exa2_16.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/1430/CH2/EX2.16/exa2_16.sce b/1430/CH2/EX2.16/exa2_16.sce new file mode 100644 index 000000000..fe0ccee1b --- /dev/null +++ b/1430/CH2/EX2.16/exa2_16.sce @@ -0,0 +1,10 @@ +// Example 2.16
+// Thevenin Network via Source Conversions
+// After Applying all Source conversion,Series & Parallel Reductions
+v_oc=-6;// Open Circuit Voltage , from figure 2.35(b)
+R_t=10;// Thevenin Resistance
+R_l=2; // Load Resistance
+i=6/(10+2); // Ohm's Law
+disp(v_oc,"Open Circuit Voltage of Thevenin Network(in Volts)=")
+disp(R_t,"Thevenin Resistance(in Ohms)=")
+disp(i,"Load Current(in Amps)=")
|