diff options
Diffstat (limited to '1430/CH2/EX2.15/exa2_15.sce')
-rw-r--r-- | 1430/CH2/EX2.15/exa2_15.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/1430/CH2/EX2.15/exa2_15.sce b/1430/CH2/EX2.15/exa2_15.sce new file mode 100644 index 000000000..e44fee2c8 --- /dev/null +++ b/1430/CH2/EX2.15/exa2_15.sce @@ -0,0 +1,11 @@ +// Example 2.15
+// Circuit Reduction by Source Conversion
+//From Figure 2.34(b)
+i_s=18; // Value of Current Source
+g_m=0.25; // Transconductance of VCCS
+G_eq=1/4+1/6+1/12;
+R_eq=1/G_eq; // Equivalent Resistance
+// Using KCL at Upper Node
+// v_2=2(18-0.25v_2)
+v_2=36/1.5;
+disp(v_2,"Voltage across 6-Ohm Resistor(in Volts)=")
|