diff options
Diffstat (limited to '2863/CH7/EX7.11/ex7_11.sce')
-rwxr-xr-x | 2863/CH7/EX7.11/ex7_11.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/2863/CH7/EX7.11/ex7_11.sce b/2863/CH7/EX7.11/ex7_11.sce new file mode 100755 index 000000000..6d0db776a --- /dev/null +++ b/2863/CH7/EX7.11/ex7_11.sce @@ -0,0 +1,7 @@ +//chapter 7
+printf("\n");
+D=1500;
+h=250;
+fmuf=37.95*10^6;
+fcr=fmuf/sqrt(1+(D/(2*h))^2);
+printf("the critical frequency is %eHz",fcr);
|