summaryrefslogtreecommitdiff
path: root/1760/CH5/EX5.15/EX5_15.sce
diff options
context:
space:
mode:
Diffstat (limited to '1760/CH5/EX5.15/EX5_15.sce')
-rwxr-xr-x1760/CH5/EX5.15/EX5_15.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/1760/CH5/EX5.15/EX5_15.sce b/1760/CH5/EX5.15/EX5_15.sce
new file mode 100755
index 000000000..264aae8d5
--- /dev/null
+++ b/1760/CH5/EX5.15/EX5_15.sce
@@ -0,0 +1,9 @@
+ //EXAMPLE 5-15 PG NO-306
+I2=-0.67;
+R1=8;
+R2=2;
+R3=5;
+RN=R1+((R2*R3)/(R2+R3));
+I=-I2*(RN/(10+RN));
+disp('i) Resistance (RN) is = '+string (RN)+'ohm ');
+disp('i) Current3 (I) is = '+string (I)+'A ');