{ "metadata": { "name": "", "signature": "sha256:c3576460819338e9a57edd28917402060e5a2bd5a76892aa37ee983fa7bdb3da" }, "nbformat": 3, "nbformat_minor": 0, "worksheets": [ { "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "\n", "
\n", "This notebook doesn't go with any particular section of the notes.\n", "It is intended to generate \"random\" problems of various types." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "This setup cell below must be run first" ] }, { "cell_type": "code", "collapsed": false, "input": [ "%matplotlib inline\n", "import sglib\n", "reload(sglib)\n", "from sglib import *\n", "# The next import makes expressions like 1/2 work.\n", "# So you no longer have to say frac(1/2)\n", "from __future__ import division" ], "language": "python", "metadata": {}, "outputs": [], "prompt_number": 1 }, { "cell_type": "markdown", "metadata": {}, "source": [ "
ipython notebook
\n",
" Matrix([ (row2), (row2), ... ])
. \n",
" Matrix([ (1,2,3), (4,5,6), (7,8,9) ])
\n", "You can ignore everything below this point.\n", "
\n", "