diff options
Diffstat (limited to '3630/CH14/EX14.12/Ex14_12.sce')
-rw-r--r-- | 3630/CH14/EX14.12/Ex14_12.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/3630/CH14/EX14.12/Ex14_12.sce b/3630/CH14/EX14.12/Ex14_12.sce new file mode 100644 index 000000000..6613bad97 --- /dev/null +++ b/3630/CH14/EX14.12/Ex14_12.sce @@ -0,0 +1,6 @@ +clc;
+fT=300000000;
+re=2.9;
+//value of cbe
+Cbe=1/(2*3.14*fT*re);
+disp('Farad',Cbe,"Cbe=")//The answers vary due to round off error
|