Calculate the mean of each half of a matrix
Given a matrix with an even number of columns, n, return a 1-by-2 row vector where the first element is the mean of all the elem...
1 year ago
Solved
Sum of series IX
What is the sum of the following sequence:
Σ 1/k! for k=1...n
for different n?