diff options
Diffstat (limited to '3507/CH18/EX18.5/Ex18_5.sce')
-rw-r--r-- | 3507/CH18/EX18.5/Ex18_5.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/3507/CH18/EX18.5/Ex18_5.sce b/3507/CH18/EX18.5/Ex18_5.sce new file mode 100644 index 000000000..cc96c1c1d --- /dev/null +++ b/3507/CH18/EX18.5/Ex18_5.sce @@ -0,0 +1,10 @@ +//chapter18 +//example18.5 +//page402 + +BW=200 // kHz +fr=10d3 // kHz + +k=BW/fr + +printf("co-efficient of coupling = %.3f \n",k) |