diff options
Diffstat (limited to '1853/CH4/EX4.15/Ex4_15.sce')
-rwxr-xr-x | 1853/CH4/EX4.15/Ex4_15.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/1853/CH4/EX4.15/Ex4_15.sce b/1853/CH4/EX4.15/Ex4_15.sce new file mode 100755 index 000000000..505e2efc4 --- /dev/null +++ b/1853/CH4/EX4.15/Ex4_15.sce @@ -0,0 +1,8 @@ +
+//calculate the current flowing through the coil
+L=0.05
+V=230
+f=60
+X=(2*%pi*f*L)
+I=V/X
+disp(' the current flowing through the coil='+string(I)+'amps')
|