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 --- 1217/CH5/EX5.19/Exa5_19.sce | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 1217/CH5/EX5.19/Exa5_19.sce (limited to '1217/CH5/EX5.19/Exa5_19.sce') diff --git a/1217/CH5/EX5.19/Exa5_19.sce b/1217/CH5/EX5.19/Exa5_19.sce new file mode 100755 index 000000000..8bce283be --- /dev/null +++ b/1217/CH5/EX5.19/Exa5_19.sce @@ -0,0 +1,9 @@ +// Exa 5.19 +clc; +clear; +close; +// given data +R=1;//in Kohm +C=3.6;//in uF +fo=1/(2*%pi*R*1000*C*10^-6);// in Hz +disp(fo,"The frequency of oscillation in Hz is :"); \ No newline at end of file -- cgit