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 --- 2528/CH9/EX9.10/Ex9_10.sce | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 2528/CH9/EX9.10/Ex9_10.sce (limited to '2528/CH9/EX9.10/Ex9_10.sce') diff --git a/2528/CH9/EX9.10/Ex9_10.sce b/2528/CH9/EX9.10/Ex9_10.sce new file mode 100755 index 000000000..8619211e5 --- /dev/null +++ b/2528/CH9/EX9.10/Ex9_10.sce @@ -0,0 +1,14 @@ +// Chapter 9 +// determine Output frequency +// Page.No-336 +// Example9_10 +//Figure 9.40 +// Given +clear;clc; +R=10000; //in Ohm +printf("\n Value of Assumed resistance is = %.0f Ohm\n",R); // Result + +Tout=100*10^-6; +C=Tout/(1.1*R); +printf("\n Value of Capacitance is = %.11f F\n",C); // Result +printf("\n The nearst value would be 10nF"); -- cgit