如何在python中创建现有矩阵的n个矩阵?

时间:2019-05-31 19:05:21

标签: python python-3.x matrix

我想编写一个在python中具有n个现有矩阵的函数。

例如,我有这个3x3矩阵:

A = np.zeros((3,3),dtype = np.float)

,我需要三个矩阵。我该如何为它编写函数或类似的东西?

0 个答案:

没有答案