summaryrefslogtreecommitdiff
path: root/269/CH9/EX9.7/ex7.sce
diff options
context:
space:
mode:
Diffstat (limited to '269/CH9/EX9.7/ex7.sce')
-rw-r--r--269/CH9/EX9.7/ex7.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/269/CH9/EX9.7/ex7.sce b/269/CH9/EX9.7/ex7.sce
new file mode 100644
index 000000000..4b1f00c06
--- /dev/null
+++ b/269/CH9/EX9.7/ex7.sce
@@ -0,0 +1,9 @@
+Syms t,s
+disp('C1= C2=8 microfarad,R1=9 megaohm,R2=5 megaohm,V0=75 volts')
+disp('i2(s) the current through resistor R2 is')
+disp('i2(s)=0.208*10^-6/(s+0.045)(s+.0077)')
+[a]=pfss((.208*10^-6*s^0)/(s+0.045)*(s+.0077))
+b=ilt(a(1),s,t)
+//c=ilaplace(a(2),s,t)
+d=b
+disp(d,"By thevenins theorem the current is ")