Vector operations III - Your turn

Vector operations III - Your turn#

Compute the value of the following function of \(x\) between \(1\) and \(3\), using equally spaced points separated by \(0.2\).

\[ y = x \cos \left( x^2 \right) + \frac{1}{x^3} \]
# 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!