diff options
author | prashantsinalkar | 2017-10-10 12:38:01 +0530 |
---|---|---|
committer | prashantsinalkar | 2017-10-10 12:38:01 +0530 |
commit | f35ea80659b6a49d1bb2ce1d7d002583f3f40947 (patch) | |
tree | eb72842d800ac1233e9d890e020eac5fd41b0b1b /226/CH17/EX17.13/example13_sce.sce | |
parent | 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 (diff) | |
download | Scilab-TBC-Uploads-f35ea80659b6a49d1bb2ce1d7d002583f3f40947.tar.gz Scilab-TBC-Uploads-f35ea80659b6a49d1bb2ce1d7d002583f3f40947.tar.bz2 Scilab-TBC-Uploads-f35ea80659b6a49d1bb2ce1d7d002583f3f40947.zip |
updated the code
Diffstat (limited to '226/CH17/EX17.13/example13_sce.sce')
-rwxr-xr-x | 226/CH17/EX17.13/example13_sce.sce | 23 |
1 files changed, 12 insertions, 11 deletions
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 |