diff options
Diffstat (limited to '3630/CH17/EX17.7/Ex17_7.sce')
-rw-r--r-- | 3630/CH17/EX17.7/Ex17_7.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/3630/CH17/EX17.7/Ex17_7.sce b/3630/CH17/EX17.7/Ex17_7.sce new file mode 100644 index 000000000..7a07c1432 --- /dev/null +++ b/3630/CH17/EX17.7/Ex17_7.sce @@ -0,0 +1,9 @@ +clc;
+r1=10000;
+r2=10000;
+rf=40000;
+req=(r1*r2)/(r1+r2);
+c1=0.0000001;
+c2=0.000000068;
+f0=ceil(1/(2*3.14*((req*c1*c2*rf)^0.5)));
+disp('Hz',f0,"f0=");
|