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_7.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_7.ipynb')
-rw-r--r-- | Microwave_and_Radar_Engineering/Chapter_7.ipynb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Microwave_and_Radar_Engineering/Chapter_7.ipynb b/Microwave_and_Radar_Engineering/Chapter_7.ipynb index 4220d38b..5b27b735 100644 --- a/Microwave_and_Radar_Engineering/Chapter_7.ipynb +++ b/Microwave_and_Radar_Engineering/Chapter_7.ipynb @@ -27,7 +27,6 @@ "cell_type": "code",
"collapsed": false,
"input": [
- "''' Calculating VSWR'''\n",
"\n",
"import math\n",
"\n",
@@ -72,7 +71,6 @@ "cell_type": "code",
"collapsed": false,
"input": [
- "'''Find the value of reflected power nad VSWR'''\n",
"\n",
"import math\n",
"\n",
@@ -112,7 +110,6 @@ "cell_type": "code",
"collapsed": false,
"input": [
- "'''Find value of VSWR'''\n",
"\n",
"import math\n",
"\n",
@@ -152,7 +149,6 @@ "cell_type": "code",
"collapsed": false,
"input": [
- "''' Find value of reflected power'''\n",
"\n",
"import math\n",
"\n",
|