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

错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Matrix Operations and the numpy Library

  • Giovanni Moruzzi

摘要

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