summaryrefslogtreecommitdiff
path: root/Materials_Science/Chapter17.ipynb
diff options
context:
space:
mode:
authorkinitrupti2017-05-12 18:40:35 +0530
committerkinitrupti2017-05-12 18:40:35 +0530
commitd36fc3b8f88cc3108ffff6151e376b619b9abb01 (patch)
tree9806b0d68a708d2cfc4efc8ae3751423c56b7721 /Materials_Science/Chapter17.ipynb
parent1b1bb67e9ea912be5c8591523c8b328766e3680f (diff)
downloadPython-Textbook-Companions-d36fc3b8f88cc3108ffff6151e376b619b9abb01.tar.gz
Python-Textbook-Companions-d36fc3b8f88cc3108ffff6151e376b619b9abb01.tar.bz2
Python-Textbook-Companions-d36fc3b8f88cc3108ffff6151e376b619b9abb01.zip
Revised list of TBCs
Diffstat (limited to 'Materials_Science/Chapter17.ipynb')
-rwxr-xr-xMaterials_Science/Chapter17.ipynb60
1 files changed, 0 insertions, 60 deletions
diff --git a/Materials_Science/Chapter17.ipynb b/Materials_Science/Chapter17.ipynb
deleted file mode 100755
index 9a4bd8d7..00000000
--- a/Materials_Science/Chapter17.ipynb
+++ /dev/null
@@ -1,60 +0,0 @@
-{
- "metadata": {
- "name": "",
- "signature": "sha256:03648571a8c8e1b4e8f8e6dad5bff5a090472aa9ccf6236105c75aa2a594a7be"
- },
- "nbformat": 3,
- "nbformat_minor": 0,
- "worksheets": [
- {
- "cells": [
- {
- "cell_type": "heading",
- "level": 1,
- "metadata": {},
- "source": [
- "Chapter17:Insulating Materials"
- ]
- },
- {
- "cell_type": "heading",
- "level": 2,
- "metadata": {},
- "source": [
- "Ex17.1:pg-333"
- ]
- },
- {
- "cell_type": "code",
- "collapsed": false,
- "input": [
- "# Example 17.1: greater chanrge\n",
- " \n",
- "\n",
- "er1=6;#\n",
- "d1=0.25;# in mm\n",
- "a=1;# assume\n",
- "er2=2.6;#\n",
- "d2=0.1;# in mm\n",
- "c1=(er1/d1);# in ampere\n",
- "c2=(er2/d2);# in amperes\n",
- "print\" C1 \",c1,\"A will hold the more charge than C2 \",c2,\"A \"\n"
- ],
- "language": "python",
- "metadata": {},
- "outputs": [
- {
- "output_type": "stream",
- "stream": "stdout",
- "text": [
- " C1 24.0 A will hold the more charge than C2 26.0 A \n"
- ]
- }
- ],
- "prompt_number": 1
- }
- ],
- "metadata": {}
- }
- ]
-} \ No newline at end of file