summaryrefslogtreecommitdiff
path: root/3673/CH4/EX4.a.12/Example_a_4_12.sce
diff options
context:
space:
mode:
Diffstat (limited to '3673/CH4/EX4.a.12/Example_a_4_12.sce')
-rw-r--r--3673/CH4/EX4.a.12/Example_a_4_12.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/3673/CH4/EX4.a.12/Example_a_4_12.sce b/3673/CH4/EX4.a.12/Example_a_4_12.sce
new file mode 100644
index 000000000..a1f3cbc27
--- /dev/null
+++ b/3673/CH4/EX4.a.12/Example_a_4_12.sce
@@ -0,0 +1,9 @@
+//Example_a_4_12 page no:180
+clc;
+f=10*10^3;
+Vrms=10;
+L=50*10^-3;
+Xl=2*%pi*f*L;
+Irms=Vrms/Xl;
+Irms=Irms*1000;//converting to mA
+disp(Irms,"the rms current is (in mA)");