summaryrefslogtreecommitdiff
path: root/226/CH19/EX19.17/example17_sce.sce
diff options
context:
space:
mode:
Diffstat (limited to '226/CH19/EX19.17/example17_sce.sce')
-rwxr-xr-x226/CH19/EX19.17/example17_sce.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/226/CH19/EX19.17/example17_sce.sce b/226/CH19/EX19.17/example17_sce.sce
new file mode 100755
index 000000000..6ca1ba72c
--- /dev/null
+++ b/226/CH19/EX19.17/example17_sce.sce
@@ -0,0 +1,11 @@
+//chapter 19
+//example 19.17
+//page 858
+printf("\n")
+printf("given")
+f=50;R1=100*10^3;R2=1*10^3;R8=2.7*10^3;R9=R8;
+C1=1/(2*3.14*f*.1*R1)
+C2=1/(2*3.14*f*R2)
+Xc3=.1*((R8*R9)/(R8+R9))
+C3=1/(2*3.14*f*Xc3)
+C4=C3 \ No newline at end of file