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 --- 2702/CH5/EX5.5/Ex_5_5.sce | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 2702/CH5/EX5.5/Ex_5_5.sce (limited to '2702/CH5/EX5.5/Ex_5_5.sce') diff --git a/2702/CH5/EX5.5/Ex_5_5.sce b/2702/CH5/EX5.5/Ex_5_5.sce new file mode 100644 index 000000000..3db58b77f --- /dev/null +++ b/2702/CH5/EX5.5/Ex_5_5.sce @@ -0,0 +1,10 @@ +// Exa 5.5 +clc; +clear; +close; +// Given data +Av= 140; +Avf= 17.5; +// Formula Avf= Av/(1+Av*Bita) +Bita= 1/Avf-1/Av; +disp(Bita,"Fraction of the output is ") -- cgit