필터 지우기
필터 지우기

Vectorized summation for vectorized indices

조회 수: 2 (최근 30일)
Rajesh
Rajesh 2023년 9월 18일
댓글: Rajesh 2023년 9월 18일
Hi, I need to write a code for the following summation. Thanks in advance.
Where k=1,2,3...... For example if one considers upto the summation becomes
where each and run as 1,2,3....... The second term of the summation indicates: for example if the values of =1 and =1 the terms inside the summation become . Here i and j run as 1,2,3......
  댓글 수: 4
Dyuman Joshi
Dyuman Joshi 2023년 9월 18일
What is X?
And I hope you realise that you are overwriting the variable sum1 with every iteration of the 2nd for loop without storing the values in any other variables.
Rajesh
Rajesh 2023년 9월 18일
I understand your query but I don't need to store that. This is small portion of a big code. Ultimately, I need to use RK4 to solve the X. I'm generating those elements just by the above summation. If I get help to generalize the above summation for (with or without storing will not effect), my job is done.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Mathematics에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by