summaryrefslogtreecommitdiff
path: root/Electrical_Machines_II/chapter_1.ipynb
diff options
context:
space:
mode:
Diffstat (limited to 'Electrical_Machines_II/chapter_1.ipynb')
-rwxr-xr-xElectrical_Machines_II/chapter_1.ipynb73
1 files changed, 36 insertions, 37 deletions
diff --git a/Electrical_Machines_II/chapter_1.ipynb b/Electrical_Machines_II/chapter_1.ipynb
index 0ea2a442..d7710dba 100755
--- a/Electrical_Machines_II/chapter_1.ipynb
+++ b/Electrical_Machines_II/chapter_1.ipynb
@@ -1,7 +1,7 @@
{
"metadata": {
"name": "",
- "signature": "sha256:e4feee2966703522c4e009f16556422b345ba2813bb92ad5cc7b8ab8058895bb"
+ "signature": "sha256:71f7bb8af90f7646594735a45487d4bfd13546103b9649bd9552504ec18c8029"
},
"nbformat": 3,
"nbformat_minor": 0,
@@ -235,7 +235,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "from math import *\n",
+ "from math import pi, sqrt, sin, cos\n",
"\n",
"#given data\n",
"StatorSlots=36;#No. of stator slots\n",
@@ -263,7 +263,7 @@
]
}
],
- "prompt_number": 62
+ "prompt_number": 2
},
{
"cell_type": "heading",
@@ -277,7 +277,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "from math import *\n",
+ "from math import pi, sqrt, sin, cos\n",
"\n",
"#given data\n",
"NoOfPhase=3;#no of phase\n",
@@ -317,7 +317,7 @@
]
}
],
- "prompt_number": 76
+ "prompt_number": 6
},
{
"cell_type": "heading",
@@ -331,7 +331,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "from math import * \n",
+ "from math import pi, sqrt, sin, cos\n",
"\n",
"#given data\n",
"NoOfPhase=3;#no of phase\n",
@@ -357,7 +357,7 @@
]
}
],
- "prompt_number": 1
+ "prompt_number": 7
},
{
"cell_type": "heading",
@@ -371,7 +371,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "from math import * \n",
+ "from math import pi, sqrt, sin, cos\n",
"\n",
"#given data\n",
"StatorSlots=24#No. of stator slots\n",
@@ -403,7 +403,7 @@
]
}
],
- "prompt_number": 2
+ "prompt_number": 9
},
{
"cell_type": "heading",
@@ -417,7 +417,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "\n",
+ "from math import pi, sqrt, sin, cos\n",
"#given data\n",
"NoOfPhase=3;#no of phase\n",
"Eph=3300/sqrt(3);#in Volts\n",
@@ -450,7 +450,7 @@
]
}
],
- "prompt_number": 93
+ "prompt_number": 10
},
{
"cell_type": "heading",
@@ -464,7 +464,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "from math import * \n",
+ "from math import pi, sqrt, sin, cos\n",
"\n",
"#given data\n",
"Phase=3;#no. of phase\n",
@@ -505,7 +505,7 @@
]
}
],
- "prompt_number": 109
+ "prompt_number": 12
},
{
"cell_type": "heading",
@@ -519,7 +519,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "from math import * \n",
+ "from math import pi, sqrt, sin, cos\n",
"\n",
"#given data\n",
"RatedPower=100;#in KVA\n",
@@ -565,7 +565,7 @@
]
}
],
- "prompt_number": 110
+ "prompt_number": 14
},
{
"cell_type": "heading",
@@ -579,7 +579,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "from math import * \n",
+ "from math import pi, sqrt, sin, cos\n",
"\n",
"#given data\n",
"RatedPower=50;#in KVA\n",
@@ -615,7 +615,7 @@
]
}
],
- "prompt_number": 112
+ "prompt_number": 16
},
{
"cell_type": "heading",
@@ -629,7 +629,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "from math import * \n",
+ "from math import pi, sqrt, cos, sin\n",
"\n",
"#given data\n",
"OutputPower=500;#in KVA\n",
@@ -664,7 +664,7 @@
]
}
],
- "prompt_number": 113
+ "prompt_number": 20
},
{
"cell_type": "heading",
@@ -678,7 +678,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "from math import * \n",
+ "from math import pi, sqrt, sin, cos\n",
"\n",
"#given data\n",
"V=2000;#in Volt\n",
@@ -725,7 +725,7 @@
]
}
],
- "prompt_number": 114
+ "prompt_number": 21
},
{
"cell_type": "heading",
@@ -778,7 +778,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "from math import * \n",
+ "from math import pi, sqrt, sin, cos\n",
"\n",
"#given data\n",
"V=6600;#in Volts\n",
@@ -826,7 +826,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "from math import * \n",
+ "from math import pi, sqrt, sin, cos\n",
"\n",
"#given data\n",
"OutputPower=1200;#in KVA\n",
@@ -886,7 +886,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "from math import * \n",
+ "from math import pi, sqrt, sin, cos\n",
"\n",
"#given data\n",
"OutputPower=1500;#in KVA\n",
@@ -939,7 +939,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "from math import * \n",
+ "from math import pi, sqrt, sin, cos, atan, tan\n",
"\n",
"#given data\n",
"OutputPower=2500;#in KVA\n",
@@ -987,7 +987,7 @@
]
}
],
- "prompt_number": 126
+ "prompt_number": 32
},
{
"cell_type": "heading",
@@ -1001,7 +1001,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "from math import * \n",
+ "from math import pi, sqrt, sin, cos\n",
"\n",
"#given data\n",
"\n",
@@ -1065,7 +1065,7 @@
]
}
],
- "prompt_number": 129
+ "prompt_number": 26
},
{
"cell_type": "heading",
@@ -1079,8 +1079,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "from math import * \n",
- "\n",
+ "from math import pi, sqrt, sin, cos, acos, tan, atan\n",
"#given data\n",
"\n",
"#Lighting Load : \n",
@@ -1130,7 +1129,7 @@
]
}
],
- "prompt_number": 131
+ "prompt_number": 25
},
{
"cell_type": "heading",
@@ -1144,7 +1143,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "from math import * \n",
+ "from math import pi, sqrt, sin, cos, atan, tan, acos\n",
"\n",
"#given data\n",
"cos_fi=0.8;#unitless\n",
@@ -1185,7 +1184,7 @@
]
}
],
- "prompt_number": 133
+ "prompt_number": 29
},
{
"cell_type": "heading",
@@ -1199,7 +1198,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "from math import * \n",
+ "from math import pi, sqrt, sin, cos\n",
"\n",
"#given data\n",
"V=6600;#in Volts\n",
@@ -1237,7 +1236,7 @@
]
}
],
- "prompt_number": 139
+ "prompt_number": 30
},
{
"cell_type": "heading",
@@ -1251,7 +1250,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "from math import * \n",
+ "from math import pi, sqrt, sin, cos\n",
"\n",
"#given data\n",
"Ecoil=8000;#in Volts\n",
@@ -1288,7 +1287,7 @@
]
}
],
- "prompt_number": 140
+ "prompt_number": 31
}
],
"metadata": {}