{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# MATH 151 Lab # (replace # with appropriate number)\n", "\n", "**Name**: (insert your name here)\n", "\n", "**Section #** (insert your section number here)\n", "\n", "(Double-click to edit this material, then Shift-Enter to convert it back to plain text. Also remove all explanatory text in parentheses as your TA does not need to see this!)" ] }, { "cell_type": "code", "execution_count": 1, "metadata": {}, "outputs": [], "source": [ "from sympy import *\n", "from sympy.plotting import (plot, plot_parametric)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "#1 (Optional, but not a bad idea: insert problem here)" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [ "# Insert code for problem #1 here. Use the \"#\" for explanatory comments like this one!" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "#2" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [ "# Insert code for problem #2 here." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "#3" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [ "# Insert code for problem #3 here." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "#4" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [ "# Insert code for problem #4 here.\n", "# Obviously, if there is NO problem #4, you may delete this cell (under \"Edit\" above)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "#5" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [ "# Insert code for problem #5 here. \n", "# Obviously, if there is NO problem #5, you may delete this cell (under \"Edit\" above)" ] } ], "metadata": { "kernelspec": { "display_name": "Python 3", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.7.3" } }, "nbformat": 4, "nbformat_minor": 2 }