Evaluate triple summation in MATLAB
이전 댓글 표시
Hello, I want to the following equation . Here rpqs is the distance between two points which is calculated as given .Can anyone help me how I can calculate y . (xi,yi,zi) are the initial points.

댓글 수: 1
Jan
2018년 1월 27일
Numerically or symbolically? What is "i"? Why to "q" and "s" not appear in the definition of "r_pqs"? Currently you could simply omit the two summations over q and s and multiply the result of the sum over p by 4.
답변 (1개)
Rik
2018년 1월 27일
0 개 추천
And what have you tried so far?
You can do this with a triple nested loop, or with the meshgrid function.
카테고리
도움말 센터 및 File Exchange에서 Function Creation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!