implementing a numerical scheme

1 回表示 (過去 30 日間)
R yan
R yan 2014 年 7 月 15 日
I am trying to implement a numerical scheme(pdf attached). Is it a correct implementation? Please suggest if it can be speed up by any means??
kernel=@(t,x)((1+t.*x).*t.^2./(1-t.*x).^3);
for i=1:1:N
for j=1:1:N
a(i,j)= integral2(kernel,(j-1)/N,j/N,(i-1)/N,i/N);
end
end

回答 (0 件)

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by