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.8/6_8.sce | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 605/CH6/EX6.8/6_8.sce (limited to '605/CH6/EX6.8/6_8.sce') diff --git a/605/CH6/EX6.8/6_8.sce b/605/CH6/EX6.8/6_8.sce new file mode 100755 index 000000000..2e5f5d061 --- /dev/null +++ b/605/CH6/EX6.8/6_8.sce @@ -0,0 +1,13 @@ + +f=500*10^6 +W=2*%pi*f +Rp=50 +Rs=10 +Q=sqrt(Rp/Rs-1) +Xs=Q*Rs +Xp=Rp/Q +Ls=(Xs-10)/W +Cp=1/W/Xp +Cs=1/W/(Xs+10) +Lp=Xp/W +printf("\nQ=%.0f\nXs=%.0f ohm\nXp=%.0f ohm\nLs=%.4e H\nCp=%e F\nCs=%e F\nLp=%e H",Q,Xs,Xp,Ls,Cp,Cs,Lp) \ No newline at end of file -- cgit