MATLAB爱好者论坛-LabFans.com

MATLAB爱好者论坛-LabFans.com (https://www.labfans.com/bbs/index.php)
-   Mathematica论坛 (https://www.labfans.com/bbs/forumdisplay.php?f=34)
-   -   [问题] 50*50行列式的二阶导数,程序运行不出来,求大神帮忙 (https://www.labfans.com/bbs/showthread.php?t=21006)

暖朵儿 2017-02-21 16:56

50*50行列式的二阶导数,程序运行不出来,求大神帮忙
 
以下是我编的程序:

A= Table[ If[n == m, \[Tau]/(100* Pi), (Exp[-I (n - m)*\[Tau]/ 100])*(Sin[(n - m)*\[Tau]/100])/(Pi*(n - m))], {m, 1, 50}, {n, 1, 50}] // MatrixForm

B = IdentityMatrix[50] // MatrixForm

F = B - A

G= Det[F]

最后要G对Tau的二阶导。谢谢各位!


所有时间均为北京时间。现在的时间是 09:00

Powered by vBulletin
版权所有 ©2000 - 2025,Jelsoft Enterprises Ltd.