summaryrefslogtreecommitdiff
path: root/671/CH4/EX4.30/4_30.sce
diff options
context:
space:
mode:
Diffstat (limited to '671/CH4/EX4.30/4_30.sce')
-rwxr-xr-x671/CH4/EX4.30/4_30.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/671/CH4/EX4.30/4_30.sce b/671/CH4/EX4.30/4_30.sce
new file mode 100755
index 000000000..41d8707d4
--- /dev/null
+++ b/671/CH4/EX4.30/4_30.sce
@@ -0,0 +1,11 @@
+R=2000
+C=5E-6
+w=1000
+
+Xc=1/(w*C*%i)
+Y=1/R+1/Xc
+Z=1/Y
+Req=real(Z)
+Ceq=-1/(imag(Z)*w)
+
+disp(Ceq*1E6,Req) //////Answer wrong in the book \ No newline at end of file