diff options
author | Hardik Ghaghada | 2014-06-21 14:25:56 +0530 |
---|---|---|
committer | Hardik Ghaghada | 2014-06-21 14:25:56 +0530 |
commit | 299711403e92ffa94a643fbd960c6f879639302c (patch) | |
tree | 009cb02ec85f4a75ac7b64239751f15361df2bfe /Electronic_Devices_/Chapter10.ipynb | |
parent | e1e59ca3a50d9f93e8b7bc0693b8081d5db77771 (diff) | |
parent | 7c756fcc12d21693818e58f6936cab5b7c112868 (diff) | |
download | Python-Textbook-Companions-299711403e92ffa94a643fbd960c6f879639302c.tar.gz Python-Textbook-Companions-299711403e92ffa94a643fbd960c6f879639302c.tar.bz2 Python-Textbook-Companions-299711403e92ffa94a643fbd960c6f879639302c.zip |
Merge pull request #2 from debashisdeb/master
Removed Problem Statements Completely
Diffstat (limited to 'Electronic_Devices_/Chapter10.ipynb')
-rw-r--r-- | Electronic_Devices_/Chapter10.ipynb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Electronic_Devices_/Chapter10.ipynb b/Electronic_Devices_/Chapter10.ipynb index 696f96b2..ad380243 100644 --- a/Electronic_Devices_/Chapter10.ipynb +++ b/Electronic_Devices_/Chapter10.ipynb @@ -1,7 +1,7 @@ { "metadata": { "name": "", - "signature": "sha256:f003b1f1cd26176eb417b448a8cfca349700fbb49c6916dd3657fc77d5dd4cf3" + "signature": "sha256:46b495ee163997b315e5d2a4308b2429d2950dd9bb4f2a5562e7098cc144cbec" }, "nbformat": 3, "nbformat_minor": 0, @@ -28,7 +28,7 @@ "input": [ "\n", "import math\n", - "#Pout/P in=250;\n", + "\n", "A_p=250.0\n", "A_p_dB=10*math.log10(A_p)\n", "print('Power gain(dB) when power gain is 250 = %d'% math.ceil(A_p_dB));\n", |