summaryrefslogtreecommitdiff
path: root/671/CH5/EX5.4/5_4.sce
diff options
context:
space:
mode:
Diffstat (limited to '671/CH5/EX5.4/5_4.sce')
-rwxr-xr-x671/CH5/EX5.4/5_4.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/671/CH5/EX5.4/5_4.sce b/671/CH5/EX5.4/5_4.sce
new file mode 100755
index 000000000..85b418fd5
--- /dev/null
+++ b/671/CH5/EX5.4/5_4.sce
@@ -0,0 +1,14 @@
+L=40E-6
+R=4.02
+f0=800E3
+
+w0=2*%pi*f0
+C=1/(w0*w0*L)
+Q0=w0*L/R
+fb=f0/Q0
+
+Xl=w0*L*%i
+Xc=1/(w0*C*%i)
+Zin=R+Xl+Xc
+
+disp(Zin,fb,C) \ No newline at end of file