summaryrefslogtreecommitdiff
path: root/1760/CH8/EX8.29
diff options
context:
space:
mode:
Diffstat (limited to '1760/CH8/EX8.29')
-rwxr-xr-x1760/CH8/EX8.29/EX8_29.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/1760/CH8/EX8.29/EX8_29.sce b/1760/CH8/EX8.29/EX8_29.sce
new file mode 100755
index 000000000..913d874a3
--- /dev/null
+++ b/1760/CH8/EX8.29/EX8_29.sce
@@ -0,0 +1,12 @@
+ //EXAMPLE 8-29 PG NO-547-548
+R1=10000;
+Fc1=8000;
+C1=1/[2*%pi*R1*Fc1];
+R4=15;
+R3=8.79;
+Fc2=4000;
+R2=20000;
+C2=1/[2*%pi*R2*Fc2];
+disp('ii) CAPACITOR (C1) is = '+string (C1) +' F ')
+disp('ii) CAPACITOR (C2) is = '+string (C2) +' F ')
+