フィルターのクリア

Speed of Symbolic Integration

1 回表示 (過去 30 日間)
Christopher Kube
Christopher Kube 2013 年 10 月 16 日
コメント済み: Christopher Kube 2013 年 10 月 31 日
Hi, I have a long expression composed of sines and cosines of three variables. The expression needs to be volume averaged using a symbolic triple integral. I need to use symbolic in order to get exact solutions.
I've attached an example expression needed to be integrated. All variables are symbolic.
I need to perform the volume integral of this expression. Ordinarily, I assign this symbolic expression to variable II and operate successive "int" commands...
int(int(int(II.*sin(THETA),THETA,0,pi),PHI,0,2*pi),ZETA,0,2*pi)
This procedure takes more than 20 hours to run on my computer. I am using 32 GB memory with an 8-core i7 processor. The CPU utilization is around 20% at 3.27 GHz.
Perhaps there is away to partition the sum? Any other suggestions would be appreciated.
  3 件のコメント
Christopher Kube
Christopher Kube 2013 年 10 月 16 日
Yes, all variables are real.
Christopher Kube
Christopher Kube 2013 年 10 月 31 日
Does anyone have any suggestions? I am currently using Matlab2013b.

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeAssumptions についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by