MATLAB code for finding certain coefficients
이전 댓글 표시
I am trying to input 

In the summation,
s are distinct odd primes such that 
How can it be written in MATLAB? Here
values can be 0 also. All the other symbols involved in the expression are natural numbers and r can be any suitable value. I couldn't get any idea.
댓글 수: 9
Walter Roberson
2020년 10월 6일
I do not understand what you mean by that "such that" ?
Walter Roberson
2020년 10월 6일
The summation is over m, but m is not used in the terms ??
John D'Errico
2020년 10월 6일
I found it immensely confusing. I even considered trying to answer the question until I tried to read it.
I assume that maybe the sum is over all partitions of the number m, so all possible sums of integers that sum to m? So perhaps for a fixed m, we compute the sum?
Is the denominator in that sum composed of binomial coefficients? Or are they Legendre symbols? (That would seem to make little sense, but the syntax could work.) Is that a factorial symbol in there?
A mathematical formula written completely out of context is sometimes just a set of meaningless characters.
Walter Roberson
2020년 10월 6일
Integer partions is an interesting idea -- I would not have thought of that!
Bruno Luong
2020년 10월 6일
편집: Bruno Luong
2020년 10월 6일
I guess (pi|li) meaning pi is one of the (odd) prime factor of li. So li/pi is just standard division.
The "distinct" part I don't know, what if there is no such distincts r-tuplets odd primes? Remove the term from the sum?
This formula begs for some explanation.
Sehra Sahu
2020년 10월 10일
Sehra Sahu
2020년 10월 10일
Bruno Luong
2020년 10월 10일
One more question, does the order of (l1, l2, ... lr) matter? Meaning do you take all the permutations of {li} in the sum or they are selected said once, in the increasing order?
Sehra Sahu
2020년 10월 10일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Number Theory에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

