diff options
Diffstat (limited to '3630/CH14/EX14.15/Ex14_15.sce')
-rw-r--r-- | 3630/CH14/EX14.15/Ex14_15.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/3630/CH14/EX14.15/Ex14_15.sce b/3630/CH14/EX14.15/Ex14_15.sce new file mode 100644 index 000000000..c37c40972 --- /dev/null +++ b/3630/CH14/EX14.15/Ex14_15.sce @@ -0,0 +1,6 @@ +clc;
+CoutM=0.000000000006;
+CL=0.000000000720;
+rC=4000;
+f2C=1/(2*3.14*rC*(CoutM+CL));
+disp('kHz',f2C/1000,"f2C=")//The answers vary due to round off error
|