summaryrefslogtreecommitdiff
path: root/226/CH3/EX3.8/example8_sce.sce
diff options
context:
space:
mode:
Diffstat (limited to '226/CH3/EX3.8/example8_sce.sce')
-rwxr-xr-x226/CH3/EX3.8/example8_sce.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/226/CH3/EX3.8/example8_sce.sce b/226/CH3/EX3.8/example8_sce.sce
new file mode 100755
index 000000000..231b3c9f7
--- /dev/null
+++ b/226/CH3/EX3.8/example8_sce.sce
@@ -0,0 +1,9 @@
+//chapter 3
+//example 3.8
+//page 92
+printf("\n")
+printf("given")
+Vr=2;T=16.7*10^-3;t2=1.16*10^-3;Il=40*10^-3;//from example 3.5
+t1=(T/2)-t2
+C1=(Il*t1)/Vr;
+printf(" resrvior capacitor is %3.6fF\n",C1) \ No newline at end of file