Feeds
提问
quadruple summation using function
If I use function to calculate the double summation for , the code is n = 100; a = @(p) sin(p); sum(sum(a(0:n)' * a(0:n))) H...
2 years 前 | 2 个回答 | 0
2
个回答提问
Matlab double sum over vectors
I want to calculate , in which k and k' are vectors with x and y components. Both k and k' lie in the 1st Brillouin zone: -pi<kx...
2 years 前 | 3 个回答 | 0
