diff options
Diffstat (limited to '995/CH4/EX4.6')
-rwxr-xr-x | 995/CH4/EX4.6/Ex4_6.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/995/CH4/EX4.6/Ex4_6.sce b/995/CH4/EX4.6/Ex4_6.sce new file mode 100755 index 000000000..430ea5560 --- /dev/null +++ b/995/CH4/EX4.6/Ex4_6.sce @@ -0,0 +1,9 @@ +//Ex:4.6
+clc;
+clear;
+close;
+V=10;//pk-pk voltage
+r=1000;//ohms
+I_pk=V/r;//in Amps
+I_rms=0.353*I_pk*1000;//milliamps
+printf("RMS current of 10V peak-peak voltage = %f mA",I_rms);
\ No newline at end of file |