summaryrefslogtreecommitdiff
path: root/671/CH5/EX5.10/5_10.sce
diff options
context:
space:
mode:
Diffstat (limited to '671/CH5/EX5.10/5_10.sce')
-rwxr-xr-x671/CH5/EX5.10/5_10.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/671/CH5/EX5.10/5_10.sce b/671/CH5/EX5.10/5_10.sce
new file mode 100755
index 000000000..95cc73c00
--- /dev/null
+++ b/671/CH5/EX5.10/5_10.sce
@@ -0,0 +1,11 @@
+C=2.5E-6
+R=8
+wb=400
+
+L=R/wb
+w0=1/sqrt(L*C)
+Q0=w0*L/R
+w1=w0-wb/2
+w2=w0+wb/2
+
+disp(w2,w1,Q0,w0,L) \ No newline at end of file