diff options
Diffstat (limited to 'Electrical_Machines_II/chapter_3.ipynb')
-rwxr-xr-x | Electrical_Machines_II/chapter_3.ipynb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Electrical_Machines_II/chapter_3.ipynb b/Electrical_Machines_II/chapter_3.ipynb index 2c125106..957e357c 100755 --- a/Electrical_Machines_II/chapter_3.ipynb +++ b/Electrical_Machines_II/chapter_3.ipynb @@ -1,7 +1,7 @@ { "metadata": { "name": "", - "signature": "sha256:d44762913f69b2b88f8f79d544b4c89ac298c3f68155a24b93b531ef54634cd3" + "signature": "sha256:ee219f57423897626f36b1403a7ddfed52f292b3adbd144afa54ccec5692e036" }, "nbformat": 3, "nbformat_minor": 0, @@ -29,8 +29,8 @@ "cell_type": "code", "collapsed": false, "input": [ - "from math import *\n", - "from cmath import *\n", + "from math import pi, tan\n", + "\n", "\n", "#Given data :\n", "Za=complex(3,3);#in ohm\n", @@ -55,11 +55,11 @@ "output_type": "stream", "stream": "stdout", "text": [ - "Capacitance(in micro Farad) : (353.677651315+0j)\n" + "Capacitance(in micro Farad) : 353.677651315\n" ] } ], - "prompt_number": 7 + "prompt_number": 3 } ], "metadata": {} |