diff options
Diffstat (limited to '605/CH6/EX6.9')
-rwxr-xr-x | 605/CH6/EX6.9/6_9.sce | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/605/CH6/EX6.9/6_9.sce b/605/CH6/EX6.9/6_9.sce new file mode 100755 index 000000000..0343cff88 --- /dev/null +++ b/605/CH6/EX6.9/6_9.sce @@ -0,0 +1,14 @@ +
+ZL=10^3/(8-%i*12)
+Rp=50
+W=2*%pi*10^9
+Rs=real(ZL)
+Q=sqrt(Rp/Rs-1)
+Xs=Q*Rs
+Xc=Xs+imag(ZL)
+Xp=Rp/Q
+C=1/W/Xc
+L=Xp/W
+disp(ZL,"ZL=")
+printf("\nQ=%.4f\nXs=%.4f ohm\nXp=%.4f ohm\nC=%.4e F\nL=%.4e H\n",Q,Xs,Xp,C,L)
+printf("\nXs=57.6923-21.0654 ohm\nXp=91.2909 ohm\nCp=1.7434 F")
\ No newline at end of file |