diff options
Diffstat (limited to '995/CH8/EX8.6/Ex8_6.sce')
-rwxr-xr-x | 995/CH8/EX8.6/Ex8_6.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/995/CH8/EX8.6/Ex8_6.sce b/995/CH8/EX8.6/Ex8_6.sce new file mode 100755 index 000000000..b88f17446 --- /dev/null +++ b/995/CH8/EX8.6/Ex8_6.sce @@ -0,0 +1,10 @@ +//Ex:8.6
+clc;
+clear;
+close;
+R_in=10000;
+f1=250;
+f2=15000;
+C_in=0.159/(f1*R_in);
+C_f=0.159/(f2*R_in);
+printf("C_f = %e F",C_f);
|