{ "metadata": { "name": "CH12" }, "nbformat": 3, "nbformat_minor": 0, "worksheets": [ { "cells": [ { "cell_type": "heading", "level": 1, "metadata": {}, "source": [ "Chapter 12: Structure and Properties of Ceramics" ] }, { "cell_type": "heading", "level": 3, "metadata": {}, "source": [ "Example 12.1 Page no 418" ] }, { "cell_type": "code", "collapsed": false, "input": [ "\n", "a=30\n", "\n", "import math\n", "ratio=(1-math.cos(a*math.pi/180.0))/math.cos(a*math.pi/180.0)\n", "\n", "print\"Cation to anion raio is \",round(ratio,3)\n", "\n" ], "language": "python", "metadata": {}, "outputs": [ { "output_type": "stream", "stream": "stdout", "text": [ "Cation to anion raio is 0.155\n" ] } ], "prompt_number": 5 }, { "cell_type": "heading", "level": 3, "metadata": {}, "source": [ "Example 12.2 Page no 423" ] }, { "cell_type": "code", "collapsed": false, "input": [ "\n", "r_Fe=0.077 # in nm Radius of iron cation Fe++\n", "r_O=0.140 #in nm Radius of Oxygen anion O--\n", "\n", "ratio=r_Fe/r_O\n", "\n", "print\"Ratio is \",ratio\n", "if 0.414