summaryrefslogtreecommitdiff
path: root/995/CH4/EX4.5
diff options
context:
space:
mode:
Diffstat (limited to '995/CH4/EX4.5')
-rwxr-xr-x995/CH4/EX4.5/Ex4_5.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/995/CH4/EX4.5/Ex4_5.sce b/995/CH4/EX4.5/Ex4_5.sce
new file mode 100755
index 000000000..193fcb408
--- /dev/null
+++ b/995/CH4/EX4.5/Ex4_5.sce
@@ -0,0 +1,7 @@
+//Ex:4.5
+clc;
+clear;
+close;
+I_pk=50*10^-3;//in Amps
+I_rms=0.353*I_pk;
+printf("RMS current of 50mA peak current = %f A",I_rms); \ No newline at end of file