summaryrefslogtreecommitdiff
path: root/605/CH6/EX6.10
diff options
context:
space:
mode:
Diffstat (limited to '605/CH6/EX6.10')
-rwxr-xr-x605/CH6/EX6.10/6_10.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/605/CH6/EX6.10/6_10.sce b/605/CH6/EX6.10/6_10.sce
new file mode 100755
index 000000000..07d7d76e2
--- /dev/null
+++ b/605/CH6/EX6.10/6_10.sce
@@ -0,0 +1,8 @@
+
+W=2*%pi*10^9
+Gs=0.02
+Gp=0.008
+Q=sqrt(Gs/Gp-1)
+Bs=Gs/Q
+Bp=Q*Gp
+printf("\nQ=%.4f\nBs=%.4f S\nBp=%.2f S\n",Q,Bs,Bp)