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 --- 3769/CH27/EX27.21/Ex27_21.sce | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 3769/CH27/EX27.21/Ex27_21.sce (limited to '3769/CH27/EX27.21/Ex27_21.sce') diff --git a/3769/CH27/EX27.21/Ex27_21.sce b/3769/CH27/EX27.21/Ex27_21.sce new file mode 100644 index 000000000..39f1f409a --- /dev/null +++ b/3769/CH27/EX27.21/Ex27_21.sce @@ -0,0 +1,11 @@ +clear +//Given +L1=58.6*10**-6 //H +C1=300.0*10**-12 //F + +//Calculation +// +f=1/((2.0*%pi)*sqrt(L1*C1)) + +//Result +printf("\n Frequency of oscillation is %0.0f KHz",f*10**-3) -- cgit