diff options
Diffstat (limited to '74/CH7/EX7.7/example7_sce.sce')
-rwxr-xr-x | 74/CH7/EX7.7/example7_sce.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/74/CH7/EX7.7/example7_sce.sce b/74/CH7/EX7.7/example7_sce.sce new file mode 100755 index 000000000..436253c2d --- /dev/null +++ b/74/CH7/EX7.7/example7_sce.sce @@ -0,0 +1,13 @@ +//chapter 7
+//example 7.7
+// page 286,figure 7.42
+R1=10000;R2=10000;
+Vd1=.7;//diode drop
+Vsat=12;//supply voltage
+TP=2*10^-6;
+C=.5*10^-9;
+B=R1/(R1+R2)
+//T=RCln((1+Vd1/Vsat)/(1-B))
+k=((1+(Vd1/Vsat))/(1-B))
+h=log(k)
+R=TP/(C*h)
\ No newline at end of file |