diff options
Diffstat (limited to '1760/CH8/EX8.25')
-rwxr-xr-x | 1760/CH8/EX8.25/EX8_25.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/1760/CH8/EX8.25/EX8_25.sce b/1760/CH8/EX8.25/EX8_25.sce new file mode 100755 index 000000000..6cc936ffd --- /dev/null +++ b/1760/CH8/EX8.25/EX8_25.sce @@ -0,0 +1,9 @@ + //EXAMPLE 8-25 PG NO-542
+Fc=4000;
+R=10*10^3;
+C=1/[2*%pi*Fc*R];
+disp('i) CAPACITOR (C) is = '+string (C) +' F ')
+Avf=1.586;
+R1=15000
+R2=[Avf-1]*R1;
+disp('ii) RESISTANCE (R2) is = '+string (R2) +' ohm ')
|