标签: python python-3.x matrix
我想编写一个在python中具有n个现有矩阵的函数。
例如,我有这个3x3矩阵:
A = np.zeros((3,3),dtype = np.float)
,我需要三个矩阵。我该如何为它编写函数或类似的东西?