summaryrefslogtreecommitdiff
path: root/3769/CH5/EX5.32/Ex5_32.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH5/EX5.32/Ex5_32.sce')
-rw-r--r--3769/CH5/EX5.32/Ex5_32.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/3769/CH5/EX5.32/Ex5_32.sce b/3769/CH5/EX5.32/Ex5_32.sce
new file mode 100644
index 000000000..0bcdadeb5
--- /dev/null
+++ b/3769/CH5/EX5.32/Ex5_32.sce
@@ -0,0 +1,12 @@
+clear
+//Given
+R1=12 //ohm
+R2=6 //ohm
+
+//Calculation
+Rdg=R1*R2/(R1+R2)
+Rch=R1*R2/(R1+R2)
+Rab=Rdg+Rch
+
+//Result
+printf("\n The equivalent resistance is %0.3f ohm", Rab)