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 --- 1754/CH11/EX11.1/Exa11_1.sce | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 1754/CH11/EX11.1/Exa11_1.sce (limited to '1754/CH11/EX11.1/Exa11_1.sce') diff --git a/1754/CH11/EX11.1/Exa11_1.sce b/1754/CH11/EX11.1/Exa11_1.sce new file mode 100755 index 000000000..726987884 --- /dev/null +++ b/1754/CH11/EX11.1/Exa11_1.sce @@ -0,0 +1,14 @@ +//Exa 11.1 +clc; +clear; +close; +//Given data +R1=15;//in kohm +R2=15;//in kohm +C1=0.005;//in uF +C2=0.005;//in uF +R=R1;//in Kohm +C=C1;//in uF +T=0.69*(R*10^3*C*10^-6+R*10^3*C*10^-6);//in second +f=1/T;//in Hz +disp(f*10^-3,"Frequency of oscillators in KHz : "); \ No newline at end of file -- cgit