diff options
Diffstat (limited to '1430/CH2/EX2.15')
-rw-r--r-- | 1430/CH2/EX2.15/exa2_15.sce | 11 | ||||
-rw-r--r-- | 1430/CH2/EX2.15/exa2_15.txt | 8 |
2 files changed, 19 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)=")
diff --git a/1430/CH2/EX2.15/exa2_15.txt b/1430/CH2/EX2.15/exa2_15.txt new file mode 100644 index 000000000..1329c0ac8 --- /dev/null +++ b/1430/CH2/EX2.15/exa2_15.txt @@ -0,0 +1,8 @@ +
+
+-->exec('C:\Users\sangeet\Documents\Scilab\Circuits\Chapter 2\exa2.15.sce', -1)
+
+ Voltage across 6-Ohm Resistor(in Volts)=
+
+ 24.
+
|