summaryrefslogtreecommitdiff
path: root/3673/CH4/EX4.7
diff options
context:
space:
mode:
Diffstat (limited to '3673/CH4/EX4.7')
-rw-r--r--3673/CH4/EX4.7/Ex4_7.sce6
1 files changed, 6 insertions, 0 deletions
diff --git a/3673/CH4/EX4.7/Ex4_7.sce b/3673/CH4/EX4.7/Ex4_7.sce
new file mode 100644
index 000000000..354459e8b
--- /dev/null
+++ b/3673/CH4/EX4.7/Ex4_7.sce
@@ -0,0 +1,6 @@
+//Example 4_7 page no:172
+clc
+I1=20;//direct current in conductor(in amps)
+I2=20;//sinusoidal peak current in conductor (in amps)
+ret_current=sqrt((20^2+(20^2/2)))
+disp(ret_current,"The resultant current in conductor is(A)")//in text book value is rounded to 2 digits