scipy.linalg.expm¶ ... Compute the matrix exponential using Pade approximation. ... Matrix version of the formula exp(0) = 1: >>> expm(np.zeros((2,2))) array([[ 1., ...
確定! 回上一頁