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 --- 3754/CH28/EX28.1/28_1.sce | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 3754/CH28/EX28.1/28_1.sce (limited to '3754/CH28/EX28.1') diff --git a/3754/CH28/EX28.1/28_1.sce b/3754/CH28/EX28.1/28_1.sce new file mode 100644 index 000000000..3e6b05039 --- /dev/null +++ b/3754/CH28/EX28.1/28_1.sce @@ -0,0 +1,14 @@ +clear// + +//Variables + +L = 150.0 * 10**-6 //Inductance (in Henry) +C = 100.0 * 10**-12 //Capacitance (in Farad) + +//Calculation + +fo = 0.159 / (L * C)**0.5 //Resonant frequency (in Hertz) + +//Result + +printf("\n The resonant frequency is %0.1f MHz.",fo * 10**-6) -- cgit