diff options
Diffstat (limited to '3630/CH17/EX17.5/Ex17_5.sce')
-rw-r--r-- | 3630/CH17/EX17.5/Ex17_5.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/3630/CH17/EX17.5/Ex17_5.sce b/3630/CH17/EX17.5/Ex17_5.sce new file mode 100644 index 000000000..7e4ecec6f --- /dev/null +++ b/3630/CH17/EX17.5/Ex17_5.sce @@ -0,0 +1,7 @@ +clc;
+r1=10000;
+r2=10000;
+c1=0.000000015;
+c2=0.000000033;
+fc=floor(1/(2*3.14*(r1*r2*c1*c2)^0.5));
+disp('Hz',fc,"fc=");
|