summaryrefslogtreecommitdiff
path: root/1760/CH8/EX8.28/EX8_28.sce
diff options
context:
space:
mode:
Diffstat (limited to '1760/CH8/EX8.28/EX8_28.sce')
-rwxr-xr-x1760/CH8/EX8.28/EX8_28.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/1760/CH8/EX8.28/EX8_28.sce b/1760/CH8/EX8.28/EX8_28.sce
new file mode 100755
index 000000000..47db5c9b5
--- /dev/null
+++ b/1760/CH8/EX8.28/EX8_28.sce
@@ -0,0 +1,9 @@
+ //EXAMPLE-8-28 PG NO-545-546
+Avf=1.586;
+R1=10;
+R2=[Avf-1]*R1;
+Fc=5000;
+R=2000;
+C=1/[2*%pi*R*Fc]
+disp('ii) Resistance (R2) is = '+string (R2) +' Kohm ')
+disp('ii) CAPACITOR (C) is = '+string (C) +' F ')