diff options
Diffstat (limited to '1733/CH3/EX3.9')
-rwxr-xr-x | 1733/CH3/EX3.9/3_9.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/1733/CH3/EX3.9/3_9.sce b/1733/CH3/EX3.9/3_9.sce new file mode 100755 index 000000000..a0c3cf538 --- /dev/null +++ b/1733/CH3/EX3.9/3_9.sce @@ -0,0 +1,8 @@ +//3.9
+clc;
+I1=6.84;
+I3=0.881;
+I5=0.32;
+I7=0.165;
+Ip=(I1^2+I3^2+I5^2+I7^2)^0.5;
+printf("Peak value of load current=%.2f A", Ip)
\ No newline at end of file |