summaryrefslogtreecommitdiff
path: root/1370/CH1/EX1.18/chapter1_18.sce
diff options
context:
space:
mode:
Diffstat (limited to '1370/CH1/EX1.18/chapter1_18.sce')
-rwxr-xr-x1370/CH1/EX1.18/chapter1_18.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/1370/CH1/EX1.18/chapter1_18.sce b/1370/CH1/EX1.18/chapter1_18.sce
new file mode 100755
index 000000000..34090a018
--- /dev/null
+++ b/1370/CH1/EX1.18/chapter1_18.sce
@@ -0,0 +1,7 @@
+//example1.18
+clc
+disp("Rearrange the circuit as shown below.")
+disp("The 3.333ohm and 3.6ohm resistors are in series in fig 1.87(c).")
+r=3.333+3.6
+format(8)
+disp(r,"Therefore, the equivalent resistance R_yz(in ohm)=")