summaryrefslogtreecommitdiff
path: root/3769/CH5/EX5.48/Ex5_48.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH5/EX5.48/Ex5_48.sce')
-rw-r--r--3769/CH5/EX5.48/Ex5_48.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/3769/CH5/EX5.48/Ex5_48.sce b/3769/CH5/EX5.48/Ex5_48.sce
new file mode 100644
index 000000000..1c3ae0d3d
--- /dev/null
+++ b/3769/CH5/EX5.48/Ex5_48.sce
@@ -0,0 +1,14 @@
+clear
+//Given
+I1=1 //A
+E=1.5
+I2=0.6
+R2=2.33 //ohm
+
+//Calculation
+R=2*E/I1
+R1=2*E/I2
+r=R1-2*R2
+
+//Result
+printf("\n Internal resisatnce of each battery is %0.3f ohm", r)