diff options
Diffstat (limited to '605/CH9/EX9.5/9_5.sce')
-rwxr-xr-x | 605/CH9/EX9.5/9_5.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/605/CH9/EX9.5/9_5.sce b/605/CH9/EX9.5/9_5.sce new file mode 100755 index 000000000..f307046a9 --- /dev/null +++ b/605/CH9/EX9.5/9_5.sce @@ -0,0 +1,10 @@ +
+Le=3
+E=10^(Le/10)-1
+L=15
+Wc=1
+W=1.3*Wc
+n=1/2*(log10(10^(L/10)-1)-log10(E))/log10(W/Wc)
+m=acosh(sqrt(10^(0.1*L)-1))/acosh(W/Wc)
+printf("\nn=%.2f",n)
+printf("\nm=%.3f",m)
\ No newline at end of file |