diff options
Diffstat (limited to '1514/CH14/EX14.4/14_4.sce')
-rwxr-xr-x | 1514/CH14/EX14.4/14_4.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/1514/CH14/EX14.4/14_4.sce b/1514/CH14/EX14.4/14_4.sce new file mode 100755 index 000000000..66c3a0852 --- /dev/null +++ b/1514/CH14/EX14.4/14_4.sce @@ -0,0 +1,8 @@ +//chapter 14
+//example 14.4
+//page 441
+clear all;
+clc ;
+//given
+Av=1;//voltage follower
+printf("\nc1=500 pF\nc2=2000 pF\nc3=1000 pF")
|