NumPy and Arrays
Introduction
By the end of this chapter you will be able to:
-
Explain the difference between a Python list and a NumPy array
-
Create NumPy arrays
-
Modify NumPy arrays
-
Index NumPy arrays
-
Run mathematical operations on NumPy arrays
-
Solve a system of linear equations using matrices