summaryrefslogtreecommitdiff
path: root/3769/CH5/EX5.36/Ex5_36.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH5/EX5.36/Ex5_36.sce')
-rw-r--r--3769/CH5/EX5.36/Ex5_36.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/3769/CH5/EX5.36/Ex5_36.sce b/3769/CH5/EX5.36/Ex5_36.sce
new file mode 100644
index 000000000..603046ddc
--- /dev/null
+++ b/3769/CH5/EX5.36/Ex5_36.sce
@@ -0,0 +1,12 @@
+clear
+//Given
+R1=20.0 //ohm
+R2=10.0 //ohm
+R4=10
+
+//Calculation
+Rbd=(R1*R2)/(R1+R2)
+Rae=R2+Rbd+R4
+
+//Result
+printf("\n The value of resistance is %0.2f ohm",Rae)