summaryrefslogtreecommitdiff
path: root/3769/CH5/EX5.40/Ex5_40.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH5/EX5.40/Ex5_40.sce')
-rw-r--r--3769/CH5/EX5.40/Ex5_40.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/3769/CH5/EX5.40/Ex5_40.sce b/3769/CH5/EX5.40/Ex5_40.sce
new file mode 100644
index 000000000..6f82d91fa
--- /dev/null
+++ b/3769/CH5/EX5.40/Ex5_40.sce
@@ -0,0 +1,12 @@
+clear
+//Given
+V=19
+I1=0.5
+I2=2 //A
+r=2
+
+//Calculation
+E=V+I1*r
+
+//Result
+printf("\n E.M.F is %0.3f V", E)