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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 3 | 0
