numpy - 矩阵运算

import numpy as np

matplotlib - Python绘图库
安装:

$ sudo pip3 install matplotlib

导入

from matplotlib import pyplot as plt