summaryrefslogtreecommitdiff
path: root/620/CH10/EX10.17
diff options
context:
space:
mode:
authorprashantsinalkar2017-10-10 12:27:19 +0530
committerprashantsinalkar2017-10-10 12:27:19 +0530
commit7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 (patch)
treedbb9e3ddb5fc829e7c5c7e6be99b2c4ba356132c /620/CH10/EX10.17
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 '620/CH10/EX10.17')
-rw-r--r--620/CH10/EX10.17/example10_17.sce13
-rw-r--r--620/CH10/EX10.17/example10_17.txtbin0 -> 218 bytes
2 files changed, 13 insertions, 0 deletions
diff --git a/620/CH10/EX10.17/example10_17.sce b/620/CH10/EX10.17/example10_17.sce
new file mode 100644
index 000000000..041a06d29
--- /dev/null
+++ b/620/CH10/EX10.17/example10_17.sce
@@ -0,0 +1,13 @@
+v1=8;
+v2=20;
+r1=1;
+r2=2;
+r3=3;
+r4=4;
+r5=5;
+i1=2;
+vx=(i1-v2/r5+v1*r4*(1/r4+1/r5)/(r1+r2))/((1/r3+1/r4+1/(r1+r2))*(1/r4+1/r5)*r4-1/r4);
+vy=r4*((vx*(1/r3+1/r4+1/(r1+r2)))-v1/(r1+r2));
+i4=(vx-vy)/r4;
+disp("the current (in mA) flowing through R4 is"); disp(i4);
+disp("and the direction is left to right"); \ No newline at end of file
diff --git a/620/CH10/EX10.17/example10_17.txt b/620/CH10/EX10.17/example10_17.txt
new file mode 100644
index 000000000..4d59f6a4a
--- /dev/null
+++ b/620/CH10/EX10.17/example10_17.txt
Binary files differ