Challenge: NumPy Essentials
Complete this challenge to practice what you’ve learned about NumPy essentials so far.
We'll cover the following...
Perform the following tasks:
- Generate a vector array of 25 numbers using
arange()
. - Write a code to convert the vector array into a 2-D matrix using