summaryrefslogtreecommitdiff
path: root/226/CH16/EX16.8/example8_sce.sce
diff options
context:
space:
mode:
Diffstat (limited to '226/CH16/EX16.8/example8_sce.sce')
-rwxr-xr-x226/CH16/EX16.8/example8_sce.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/226/CH16/EX16.8/example8_sce.sce b/226/CH16/EX16.8/example8_sce.sce
new file mode 100755
index 000000000..72d766bee
--- /dev/null
+++ b/226/CH16/EX16.8/example8_sce.sce
@@ -0,0 +1,11 @@
+//chapter 16
+//example 16.8
+//page 694
+printf("\n")
+printf("given")
+R1=2.2*10^3;R2=2.7*10^3;C2=.5*10^-6;Vcc=15;
+t1=.693*C2*(R1+R2)
+t2=.693*C2*R2
+T=t1+t2
+f=1/T
+Ic1=(Vcc/3)/(R1+R2) \ No newline at end of file