diff options
Diffstat (limited to '2863/CH7/EX7.16')
-rwxr-xr-x | 2863/CH7/EX7.16/ex7_16.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/2863/CH7/EX7.16/ex7_16.sce b/2863/CH7/EX7.16/ex7_16.sce new file mode 100755 index 000000000..a248c7610 --- /dev/null +++ b/2863/CH7/EX7.16/ex7_16.sce @@ -0,0 +1,6 @@ +//chapter 7
+//may june 2008
+printf("\n");
+Nmax=1.24*10^12;
+fcr=sqrt(81*Nmax);
+printf("the critical frequency is %gHz",fcr);
|