Skip to content

Commit

Permalink
Correction of Problem 1f
Browse files Browse the repository at this point in the history
  • Loading branch information
wpedrak committed Oct 5, 2019
1 parent 91891a6 commit 290e6a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assignment1/Assignment1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -407,11 +407,11 @@
"colab_type": "text"
},
"source": [
"**f) Compute with matrix/vector operations using values from c).**\n",
"**f) Compute with matrix/vector operations.**\n",
"\n",
"**NOTE:** Every multiplication (and power) in this subtask is a [matrix multiplication](https://en.wikipedia.org/wiki/Matrix_multiplication).\n",
"1. $xMat=[0, 1, ..., 6][10, 20, ..., 60]^T$,\n",
"2. $yMat=[10, 20, ..., 60]^T[0, 1, ..., 6]$\n",
"1. $xMat=[0, 1, ..., 6][0, 10, 20, ..., 60]^T$,\n",
"2. $yMat=[0, 10, 20, ..., 60]^T[0, 1, ..., 6]$\n",
"<br/>\n",
"(remember, that matrix multiplication is not commutative)."
]
Expand Down

0 comments on commit 290e6a1

Please sign in to comment.