summaryrefslogtreecommitdiff
path: root/Chemistry/Chapter_23.ipynb
diff options
context:
space:
mode:
authorhardythe12015-04-07 16:03:32 +0530
committerhardythe12015-04-07 16:03:32 +0530
commitcb2e12cd79d48ebbf281b9b118fd51f532f960f5 (patch)
tree45fe0db1bd1a6c81305a0369c5808456fdccde52 /Chemistry/Chapter_23.ipynb
parentc7fe425ef3c5e8804f2f5de3d8fffedf5e2f1131 (diff)
parent0ee873700378b995b441b1be6652178f741aea5b (diff)
downloadPython-Textbook-Companions-cb2e12cd79d48ebbf281b9b118fd51f532f960f5.tar.gz
Python-Textbook-Companions-cb2e12cd79d48ebbf281b9b118fd51f532f960f5.tar.bz2
Python-Textbook-Companions-cb2e12cd79d48ebbf281b9b118fd51f532f960f5.zip
add/modify/remove book
Diffstat (limited to 'Chemistry/Chapter_23.ipynb')
-rwxr-xr-xChemistry/Chapter_23.ipynb66
1 files changed, 0 insertions, 66 deletions
diff --git a/Chemistry/Chapter_23.ipynb b/Chemistry/Chapter_23.ipynb
deleted file mode 100755
index c36a0d3c..00000000
--- a/Chemistry/Chapter_23.ipynb
+++ /dev/null
@@ -1,66 +0,0 @@
-{
- "metadata": {
- "name": ""
- },
- "nbformat": 3,
- "nbformat_minor": 0,
- "worksheets": [
- {
- "cells": [
- {
- "cell_type": "heading",
- "level": 1,
- "metadata": {},
- "source": [
- "Chapter 23:Nuclear Chemistry"
- ]
- },
- {
- "cell_type": "heading",
- "level": 2,
- "metadata": {},
- "source": [
- "Example no:23.2,Page no:994"
- ]
- },
- {
- "cell_type": "code",
- "collapsed": false,
- "input": [
- "#Variable declaration\n",
- "NA=6.022*10**23 #avogadro number\n",
- "c=3*10**8 #speed of light, m/s\n",
- "p=1.007825 #mass of proton, amu\n",
- "n=1.008665 #mass of neutron, amu\n",
- "mI=126.9004 #atomic mass of I, amu\n",
- "\n",
- "#Calculation\n",
- "pI=53*p+74*n #estimated mass of I, amu\n",
- "deltam=mI-pI #mass defect, amu\n",
- "deltaE=-deltam*c**2 #energy released, amu m**2/s**2\n",
- "deltaE=deltaE/(NA*1000) #energy released in J\n",
- "print\"Nuclear binding energy is %.2e\"%deltaE,\"J\"\n",
- "deltaE=deltaE/127 #binding energy per nucleon, J\n",
- "\n",
- "#Result\n",
- "print\"The nuclear binding energy per nucleon is :%.2e\"%deltaE,\"J/nucleon\""
- ],
- "language": "python",
- "metadata": {},
- "outputs": [
- {
- "output_type": "stream",
- "stream": "stdout",
- "text": [
- "Nuclear binding energy is 1.73e-10 J\n",
- "The nuclear binding energy per nucleon is :1.36e-12 J/nucleon\n"
- ]
- }
- ],
- "prompt_number": 5
- }
- ],
- "metadata": {}
- }
- ]
-} \ No newline at end of file