summaryrefslogtreecommitdiff
path: root/Engineering_Physics/Chapter_22.ipynb
diff options
context:
space:
mode:
authornice2014-09-16 17:48:17 +0530
committernice2014-09-16 17:48:17 +0530
commitb8bb8bbfa81499ad7fc3f3508be257da65f543af (patch)
tree204976d3209b79a52e8518c65fa27a4ca48f8489 /Engineering_Physics/Chapter_22.ipynb
parent2792e8d6ecab454e3cb8fb1ea1f26f1613bc1e1c (diff)
downloadPython-Textbook-Companions-b8bb8bbfa81499ad7fc3f3508be257da65f543af.tar.gz
Python-Textbook-Companions-b8bb8bbfa81499ad7fc3f3508be257da65f543af.tar.bz2
Python-Textbook-Companions-b8bb8bbfa81499ad7fc3f3508be257da65f543af.zip
updating repo
Diffstat (limited to 'Engineering_Physics/Chapter_22.ipynb')
-rwxr-xr-xEngineering_Physics/Chapter_22.ipynb62
1 files changed, 0 insertions, 62 deletions
diff --git a/Engineering_Physics/Chapter_22.ipynb b/Engineering_Physics/Chapter_22.ipynb
deleted file mode 100755
index a955c292..00000000
--- a/Engineering_Physics/Chapter_22.ipynb
+++ /dev/null
@@ -1,62 +0,0 @@
-{
- "metadata": {
- "name": ""
- },
- "nbformat": 3,
- "nbformat_minor": 0,
- "worksheets": [
- {
- "cells": [
- {
- "cell_type": "heading",
- "level": 1,
- "metadata": {},
- "source": [
- "Chapter 22: Nanopyhsics"
- ]
- },
- {
- "cell_type": "heading",
- "level": 2,
- "metadata": {},
- "source": [
- "Example 22.1, Page 22.13"
- ]
- },
- {
- "cell_type": "code",
- "collapsed": false,
- "input": [
- "\n",
- "# Given \n",
- "d = 12e-6 # diameter in m\n",
- "d_ = 90e-9 # diameter of nanoparticle in m\n",
- "\n",
- "#Calculations\n",
- "r = d / 2\n",
- "r_ = d_ / 2\n",
- "k = r / 3\n",
- "k_ = r_ / 3\n",
- "R = k_ / k\n",
- "\n",
- "#Result\n",
- "print \"The ratio of the value of Nb/Ns of spherical particle and nanoparticle = %.1e\"%R"
- ],
- "language": "python",
- "metadata": {},
- "outputs": [
- {
- "output_type": "stream",
- "stream": "stdout",
- "text": [
- "The ratio of the value of Nb/Ns of spherical particle and nanoparticle = 7.5e-03\n"
- ]
- }
- ],
- "prompt_number": 1
- }
- ],
- "metadata": {}
- }
- ]
-} \ No newline at end of file