Answer the question
In order to leave comments, you need to log in
How to calculate this sequence?
Given natural numbers m,n, real numbers A[1],A[2],...,A[m*n]. Calculate A[1]*A[2]*...*A[m]+A[m+1]*A[m+2]*...*A[2*m]+ ...+ + A[(n-1)*m+1]*A[(n-1)m+2]*...*A[n*m].
This is what the task looks like on paper :
A python solution is preferred, but not required. Any help would be useful to me, since my problem is rather that I don’t understand how to do it purely mathematically.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question