Skip to content

Commit

Permalink
A change which was then removed, part of a test.
Browse files Browse the repository at this point in the history
  • Loading branch information
njtheron committed Jan 31, 2019
1 parent 1dd70d8 commit a3852e3
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions Extra_01_Algebra_Demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,21 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 1,
"metadata": {
"slideshow": {
"slide_type": "subslide"
}
},
"outputs": [],
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"The dot product of [1 0 0] and [1 0 0] is 1.\n"
]
}
],
"source": [
"import numpy as np\n",
"import numpy.linalg as la\n",
Expand Down Expand Up @@ -179,7 +187,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.4"
"version": "3.6.5"
}
},
"nbformat": 4,
Expand Down

0 comments on commit a3852e3

Please sign in to comment.