當前位置:編程學習大全網 - 電腦編程 - matlab求解積分總是出現empty sym的情況。

matlab求解積分總是出現empty sym的情況。

應當是因為無解的情況發生.

代碼方便給出來嗎?

我輸入:

MyAlgorithm(1,1,0.2)

得到的結果是:

Warning: Explicit integral could not be found. %積分沒有找到解析解

> In sym.int at 64

In MyAlgorithm at 3

Warning: Explicit solution could not be found. %解方程也沒有找到解析解

> In solve at 98

In MyAlgorithm at 5

==============

z'就沒有求出來就是了。

>> syms a x

>> int('((x/(a*x*x+1-a))^2-1)^(-1/2)')

得不到解析解。

  • 上一篇:Pm編程鍵槽
  • 下一篇:print能作為visual basic 變量名嗎
  • copyright 2024編程學習大全網