diff options
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 |