{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# ME 30 HW/Lab #1" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "__FirstName LastName__ LabSection_No." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "2018-07-06" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "#### Description and Summary: \n", "This is the ME 30 Jupyter Notebook homework/lab template. Clone it for your assignments. Add/Delete cells as needed. The cells below are included for reference only. Use the lines below to summarize the assignment. \n", "\n", "> What was done...\n", "\n", ">How it was done...\n", "\n", "> What was learned...\n", "***" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Imports and notebook setup" ] }, { "cell_type": "code", "execution_count": 9, "metadata": {}, "outputs": [ { "data": { "application/json": { "Software versions": [ { "module": "Python", "version": "3.6.5 64bit [MSC v.1900 64 bit (AMD64)]" }, { "module": "IPython", "version": "6.4.0" }, { "module": "OS", "version": "Windows 10 10.0.17134 SP0" }, { "module": "numpy", "version": "1.14.3" }, { "module": "scipy", "version": "1.1.0" }, { "module": "matplotlib", "version": "2.2.2" } ] }, "text/html": [ "
Software | Version |
---|---|
Python | 3.6.5 64bit [MSC v.1900 64 bit (AMD64)] |
IPython | 6.4.0 |
OS | Windows 10 10.0.17134 SP0 |
numpy | 1.14.3 |
scipy | 1.1.0 |
matplotlib | 2.2.2 |
Thu Jun 14 22:23:23 2018 Pacific Daylight Time |