diff options
Diffstat (limited to '226/CH15/EX15.2/example2_sce.sce')
-rwxr-xr-x | 226/CH15/EX15.2/example2_sce.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/226/CH15/EX15.2/example2_sce.sce b/226/CH15/EX15.2/example2_sce.sce new file mode 100755 index 000000000..e458dbc1e --- /dev/null +++ b/226/CH15/EX15.2/example2_sce.sce @@ -0,0 +1,11 @@ +//chapter 15
+//example 15.2
+//page 648
+printf("\n")
+printf("given")
+R2=1*10^6;Acl=4.5;
+R1=R2/Acl
+R1=220*10^3;//use standard value
+R3=(R1*R2)/(R1+R2)
+Cf=((R1*30*10^-12)/(R1+R2))*10^12;
+printf(" suitable value of capacitor is %3.2fpF\n",Cf)
\ No newline at end of file |