summaryrefslogtreecommitdiff
path: root/671/CH5/EX5.11/5_11.sce
diff options
context:
space:
mode:
Diffstat (limited to '671/CH5/EX5.11/5_11.sce')
-rwxr-xr-x671/CH5/EX5.11/5_11.sce15
1 files changed, 15 insertions, 0 deletions
diff --git a/671/CH5/EX5.11/5_11.sce b/671/CH5/EX5.11/5_11.sce
new file mode 100755
index 000000000..2092a404f
--- /dev/null
+++ b/671/CH5/EX5.11/5_11.sce
@@ -0,0 +1,15 @@
+w=1E6
+wb=1000
+V=0.05
+I=5E-3
+
+R=V/I
+Q0=w0/wb
+L=R*Q0/w0
+C=1/(w0*w0*L)
+Vl=w0*L*I
+Vc=Vl
+w1=w0-wb/2
+w2=w0+wb/2
+
+disp(w2,w1,Vc,Vl,C,L,Q0,R) \ No newline at end of file