diff options
Diffstat (limited to '3630/CH14/EX14.13/Ex14_13.sce')
-rw-r--r-- | 3630/CH14/EX14.13/Ex14_13.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/3630/CH14/EX14.13/Ex14_13.sce b/3630/CH14/EX14.13/Ex14_13.sce new file mode 100644 index 000000000..811014bbb --- /dev/null +++ b/3630/CH14/EX14.13/Ex14_13.sce @@ -0,0 +1,9 @@ +clc;
+Av=120;
+Cbc=0.000000000006;
+CinM=Av*Cbc;
+CoutM=Cbc;
+disp('Farad',CinM,"CinM=")//The answers vary due to round off error
+disp('pFarad',CoutM*1000000000000,"CoutM=")//The answers vary due to round off error
+
+
|