diff options
Diffstat (limited to '1760/CH8/EX8.13/EX8_13.sce')
-rwxr-xr-x | 1760/CH8/EX8.13/EX8_13.sce | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/1760/CH8/EX8.13/EX8_13.sce b/1760/CH8/EX8.13/EX8_13.sce new file mode 100755 index 000000000..8388f8054 --- /dev/null +++ b/1760/CH8/EX8.13/EX8_13.sce @@ -0,0 +1,5 @@ + //EXAMPLE 8-13 PG NO-530
+Fc=2000;
+L=0.05;
+C=1/(16*%pi*%pi*Fc*Fc*L)
+disp('i) CAPACITOR (C) is = '+string (C) +' F ')
|