diff options
Diffstat (limited to '3630/CH14/EX14.9/Ex14_9.sce')
-rw-r--r-- | 3630/CH14/EX14.9/Ex14_9.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/3630/CH14/EX14.9/Ex14_9.sce b/3630/CH14/EX14.9/Ex14_9.sce new file mode 100644 index 000000000..ad1b1105f --- /dev/null +++ b/3630/CH14/EX14.9/Ex14_9.sce @@ -0,0 +1,6 @@ +clc;
+Rc=1500;
+RL=5000;
+C=0.00000022;
+f1C=1/(2*3.14*(Rc+RL)*C);
+disp('Hz',f1C,"f1C=")//The answers vary due to round off error
|