Vector operations II - Your turn#
Define the same two vectors as in the demo, \(x = \begin{bmatrix} 1 & -2 & 5 & 3 \end{bmatrix}\) and \(y = \begin{bmatrix} 4 & 1 & 0 & -1 \end{bmatrix}\), and divide \(y\) by \(x\) element by element. Display the result.
# TODO: Write your solution below
Exporting your work#
When you’re ready, the easiest way to export the notebook is to File > Print
it and save it as a PDF.
Remove any excessively long, unrelated outputs first by clicking the arrow → next to the output box and then Show/hide output
.
Obviously don’t obscure any necessary output or graphs!