diff options
Diffstat (limited to '620/CH20/EX20.5/example20_5.sce')
-rw-r--r-- | 620/CH20/EX20.5/example20_5.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/620/CH20/EX20.5/example20_5.sce b/620/CH20/EX20.5/example20_5.sce new file mode 100644 index 000000000..7002a0ad7 --- /dev/null +++ b/620/CH20/EX20.5/example20_5.sce @@ -0,0 +1,6 @@ +f=10^3;
+v=10;
+i=50*10^(-3);
+x_l=v/i;
+l=x_l/(2*%pi*f);
+disp("the inductance of the coil (in mH) is"); disp(l*10^3);
\ No newline at end of file |