diff options
Diffstat (limited to '3673/CH4/EX4.a.10')
-rw-r--r-- | 3673/CH4/EX4.a.10/Example_a_4_10.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/3673/CH4/EX4.a.10/Example_a_4_10.sce b/3673/CH4/EX4.a.10/Example_a_4_10.sce new file mode 100644 index 000000000..f530ecacd --- /dev/null +++ b/3673/CH4/EX4.a.10/Example_a_4_10.sce @@ -0,0 +1,9 @@ +//Example_a_4_10 page no:179
+clc;
+Vrms=5;
+f=5*1000;
+C=0.01*10^-6;
+Xc=1/(2*%pi*f*C);
+Irms=Vrms/Xc;
+Irms=Irms*1000;//converting to mA
+disp(Irms,"the rms current in the circuit is (in mA)");
|