diff options
author | debashisdeb | 2014-06-20 15:42:42 +0530 |
---|---|---|
committer | debashisdeb | 2014-06-20 15:42:42 +0530 |
commit | 83c1bfceb1b681b4bb7253b47491be2d8b2014a1 (patch) | |
tree | f54eab21dd3d725d64a495fcd47c00d37abed004 /Microwave_and_Radar_Engineering/Chapter_5.ipynb | |
parent | a78126bbe4443e9526a64df9d8245c4af8843044 (diff) | |
download | Python-Textbook-Companions-83c1bfceb1b681b4bb7253b47491be2d8b2014a1.tar.gz Python-Textbook-Companions-83c1bfceb1b681b4bb7253b47491be2d8b2014a1.tar.bz2 Python-Textbook-Companions-83c1bfceb1b681b4bb7253b47491be2d8b2014a1.zip |
removing problem statements
Diffstat (limited to 'Microwave_and_Radar_Engineering/Chapter_5.ipynb')
-rw-r--r-- | Microwave_and_Radar_Engineering/Chapter_5.ipynb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Microwave_and_Radar_Engineering/Chapter_5.ipynb b/Microwave_and_Radar_Engineering/Chapter_5.ipynb index b5542bc5..111d3a6e 100644 --- a/Microwave_and_Radar_Engineering/Chapter_5.ipynb +++ b/Microwave_and_Radar_Engineering/Chapter_5.ipynb @@ -27,7 +27,6 @@ "cell_type": "code",
"collapsed": false,
"input": [
- "'''Calculate minimum distance between two plates'''\n",
"\n",
"import math\n",
"\n",
@@ -68,7 +67,6 @@ "cell_type": "code",
"collapsed": false,
"input": [
- "'''Find out the lowest resonating frequency of a rectangular resonator'''\n",
"\n",
"#Variable declaration\n",
"#dimensions of resonator\n",
@@ -113,7 +111,6 @@ "cell_type": "code",
"collapsed": false,
"input": [
- "'''Find the resonanat frequency of a circular resonator for the folowing specifications'''\n",
"\n",
"import math\n",
"\n",
@@ -160,7 +157,6 @@ "cell_type": "code",
"collapsed": false,
"input": [
- "'''Find the resonanat frequency of a circular resonator for the folowing specifications'''\n",
"\n",
"#Variable declaration\n",
"#dimensions of resonator\n",
|