From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 3673/CH8/EX8.6/Ex8_6.sce | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 3673/CH8/EX8.6/Ex8_6.sce (limited to '3673/CH8/EX8.6/Ex8_6.sce') diff --git a/3673/CH8/EX8.6/Ex8_6.sce b/3673/CH8/EX8.6/Ex8_6.sce new file mode 100644 index 000000000..39e3df478 --- /dev/null +++ b/3673/CH8/EX8.6/Ex8_6.sce @@ -0,0 +1,9 @@ +//Example 8_6 page no:308 +clc; +R=100; +L=5; +C=100*10^-6; +fr=1/(2*%pi*sqrt(L*C)); +Q=2*%pi*7.12*5/100; +BW=fr/Q; +disp(BW,"bandwidth of the circuit is (in Hz)"); -- cgit