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 --- 3281/CH4/EX4.11/ex4_11.jpg | Bin 0 -> 8849 bytes 3281/CH4/EX4.11/ex4_11.sce | 24 ++++++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100755 3281/CH4/EX4.11/ex4_11.jpg create mode 100755 3281/CH4/EX4.11/ex4_11.sce (limited to '3281/CH4/EX4.11') diff --git a/3281/CH4/EX4.11/ex4_11.jpg b/3281/CH4/EX4.11/ex4_11.jpg new file mode 100755 index 000000000..a565a99e2 Binary files /dev/null and b/3281/CH4/EX4.11/ex4_11.jpg differ diff --git a/3281/CH4/EX4.11/ex4_11.sce b/3281/CH4/EX4.11/ex4_11.sce new file mode 100755 index 000000000..8f81bfdd7 --- /dev/null +++ b/3281/CH4/EX4.11/ex4_11.sce @@ -0,0 +1,24 @@ +//Page Number: 200 +//Example 4.11 +clc; +//Given +f=9.375D+9;//hz +sig=5.8D+7; +eet=377; +c=3D+8; //m/s +w=2*%pi*f; +r=1.5; +u=4D-7*%pi; + +//Radius +a=c/(f*2.62);//m +disp('cm',a*100,'Radius of resonantor'); + +//O +rs=sqrt((w*u)/(2*sig));//ohm +x=1.202*eet; +y=rs*(1+(1/r)); +q=x/y; +disp(q,'Q of the resonator:'); + +//Answer for Q is calculated as 10875 in book but it is 10763.303 -- cgit