diff options
Diffstat (limited to '620/CH20/EX20.5')
-rw-r--r-- | 620/CH20/EX20.5/example20_5.sce | 6 | ||||
-rw-r--r-- | 620/CH20/EX20.5/example20_5.txt | 4 |
2 files changed, 10 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 diff --git a/620/CH20/EX20.5/example20_5.txt b/620/CH20/EX20.5/example20_5.txt new file mode 100644 index 000000000..17c23c265 --- /dev/null +++ b/620/CH20/EX20.5/example20_5.txt @@ -0,0 +1,4 @@ +
+ the inductance of the coil (in mH) is
+
+ 31.830989
\ No newline at end of file |