diff options
Diffstat (limited to '3630/CH14/EX14.19/Ex14_19.sce')
-rw-r--r-- | 3630/CH14/EX14.19/Ex14_19.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/3630/CH14/EX14.19/Ex14_19.sce b/3630/CH14/EX14.19/Ex14_19.sce new file mode 100644 index 000000000..95e69f5d8 --- /dev/null +++ b/3630/CH14/EX14.19/Ex14_19.sce @@ -0,0 +1,6 @@ +clc;
+Cgd=0.000000000004;
+Gm=0.0025;
+rD=5600;
+CinM=Cgd*(Gm*rD+1);
+disp('Farad',CinM,"CinM=")//The answers vary due to round off error
|