summaryrefslogtreecommitdiff
path: root/1430/CH2/EX2.15
diff options
context:
space:
mode:
authorprashantsinalkar2017-10-10 12:27:19 +0530
committerprashantsinalkar2017-10-10 12:27:19 +0530
commit7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 (patch)
treedbb9e3ddb5fc829e7c5c7e6be99b2c4ba356132c /1430/CH2/EX2.15
parentb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (diff)
downloadScilab-TBC-Uploads-7f60ea012dd2524dae921a2a35adbf7ef21f2bb6.tar.gz
Scilab-TBC-Uploads-7f60ea012dd2524dae921a2a35adbf7ef21f2bb6.tar.bz2
Scilab-TBC-Uploads-7f60ea012dd2524dae921a2a35adbf7ef21f2bb6.zip
initial commit / add all books
Diffstat (limited to '1430/CH2/EX2.15')
-rw-r--r--1430/CH2/EX2.15/exa2_15.sce11
-rw-r--r--1430/CH2/EX2.15/exa2_15.txt8
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.
+