From f35ea80659b6a49d1bb2ce1d7d002583f3f40947 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:38:01 +0530 Subject: updated the code --- 226/CH17/EX17.13/example13_sce.sce | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) (limited to '226/CH17/EX17.13/example13_sce.sce') diff --git a/226/CH17/EX17.13/example13_sce.sce b/226/CH17/EX17.13/example13_sce.sce index de56bb183..dbe1c255f 100755 --- a/226/CH17/EX17.13/example13_sce.sce +++ b/226/CH17/EX17.13/example13_sce.sce @@ -1,12 +1,13 @@ -//chapter 17 -//example 17.13 -//page 750 -printf("\n") -printf("given") -f1=10.3*10^3;f2=10.9*10^3;Hobp=34; -sqrt(f1*f2) -Q=fo/(f2-f1) -R3=120*10^3; -R2=R3/Q -R1=R3/Hobp +//chapter 17 +//example 17.13 +//page 750 +printf("\n") +printf("given") +f1=10.3*10^3;f2=10.9*10^3;Hobp=34; +fo = sqrt(f1*f2); +sqrt(f1*f2) +Q=fo/(f2-f1) +R3=120*10^3; +R2=R3/Q +R1=R3/Hobp fck=50*fo \ No newline at end of file -- cgit