Matrix Operations and the numpy Library
摘要
In this chapter we deal with matrix and vector operations in Python. In a sense, a vector is a list of numbers, and a matrix is a list of lists of numbers, so, for instance, we can write interactively