如何在Math.net中计算矩阵指数?

时间:2018-11-28 03:36:43

标签: .net math matrix

在Python中:

Fnk = np.array([[15.11, 16.11, 17.11, 18.11], [15.11, 16.11, 17.11, 18.11],
                [15.11, 16.11, 17.11, 18.11], [15.11, 16.11, 17.11, 18.11]])

CellPatAm = np.power(10, Fnk / 20)

如何在math.net中进行计算?或者我改用什么库?

0 个答案:

没有答案