diff options
Diffstat (limited to '1340/CH2/EX2.14/2_14.sce')
-rwxr-xr-x | 1340/CH2/EX2.14/2_14.sce | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/1340/CH2/EX2.14/2_14.sce b/1340/CH2/EX2.14/2_14.sce deleted file mode 100755 index 38f756133..000000000 --- a/1340/CH2/EX2.14/2_14.sce +++ /dev/null @@ -1,10 +0,0 @@ -clc;
-s =%s;
-c1 = 5.6*10^(-6);
-r1 = 360*10^3;
-c2 = 0.1*10^(-6);
-r2 = 220*10^3;
-z1 = r1/(1+r1*c1*s);disp(z1,"z1=");
-z2 = (1+r2*c2*s)/(c2*s);disp(z2,"z2=");
-z3 = -(z2/z1);
-disp(z3,"Vo(s)/Vi(s)=");
\ No newline at end of file |