From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 605/CH6/EX6.9/6_9.sce | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 605/CH6/EX6.9/6_9.sce (limited to '605/CH6/EX6.9') 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 -- cgit