diff options
Diffstat (limited to 'Electrical_Power_Systems_by_C_L_Wadhwa/8-OVERHEAD_LINE_INSULATORS.ipynb')
-rw-r--r-- | Electrical_Power_Systems_by_C_L_Wadhwa/8-OVERHEAD_LINE_INSULATORS.ipynb | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/Electrical_Power_Systems_by_C_L_Wadhwa/8-OVERHEAD_LINE_INSULATORS.ipynb b/Electrical_Power_Systems_by_C_L_Wadhwa/8-OVERHEAD_LINE_INSULATORS.ipynb new file mode 100644 index 0000000..967347f --- /dev/null +++ b/Electrical_Power_Systems_by_C_L_Wadhwa/8-OVERHEAD_LINE_INSULATORS.ipynb @@ -0,0 +1,57 @@ +{ +"cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Chapter 8: OVERHEAD LINE INSULATORS" + ] + }, +{ + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Example 8.1: EX8_1.sce" + ] + }, + { +"cell_type": "code", + "execution_count": null, + "metadata": { + "collapsed": true + }, + "outputs": [], +"source": [ +"// To determine the maximum voltage that the string of the suspension insulators can withstand.\n", +"clear\n", +"clc;\n", +"E3=17.5;\n", +"E1=64*E3/89;\n", +"E2=9*E1/8;\n", +"E=E1+E2+E3;\n", +"mprintf('the maximum voltage that the string of the suspension insulators can withstand=%.2f kV\n',E);" + ] + } +], +"metadata": { + "kernelspec": { + "display_name": "Scilab", + "language": "scilab", + "name": "scilab" + }, + "language_info": { + "file_extension": ".sce", + "help_links": [ + { + "text": "MetaKernel Magics", + "url": "https://github.com/calysto/metakernel/blob/master/metakernel/magics/README.md" + } + ], + "mimetype": "text/x-octave", + "name": "scilab", + "version": "0.7.1" + } + }, + "nbformat": 4, + "nbformat_minor": 0 +} |