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 --- 2863/CH7/EX7.10/ex7_10.sce | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 2863/CH7/EX7.10/ex7_10.sce (limited to '2863/CH7/EX7.10') diff --git a/2863/CH7/EX7.10/ex7_10.sce b/2863/CH7/EX7.10/ex7_10.sce new file mode 100755 index 000000000..d61cdf64f --- /dev/null +++ b/2863/CH7/EX7.10/ex7_10.sce @@ -0,0 +1,7 @@ +//chapter 7 +//the power is 10^6 and not 10^-6 as in book +printf("\n"); +n=0.5; +N=400*10^6; +f=sqrt((81*N)/(1-n^2)); +printf("the frequency is %eHz",f); -- cgit