Community Profile

photo

Dimitri


University of Warwick

Active since 2014

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Double sum with different lengths of the operators
Hi guys. I have a simple case of a double sum where the first sum is running from 1..k, the second from 1..l, where k,l might ...

10 years ago | 0 answers | 0

0

answers

Answered
arrayfun with different dimensions
Hi again. I decided to put the code to make it more clear. I have a simple case of a double sum where the first sum is running ...

10 years ago | 0

Answered
arrayfun with different dimensions
Guys, thanks a lot for all your comments. I understand the problem of unequal length, and so was looking for an alternative form...

10 years ago | 0

Question


arrayfun with different dimensions
Hi guys, I have the following question. I am trying to calculate sum_(j=1)^k (sum_(i=1)^(k-1) ( (i+j)! )) I defined a fu...

10 years ago | 5 answers | 0

5

answers

Answered
Plotting a sum with a variable
Thank Jos, everything makes sense now!

10 years ago | 0

Question


Plotting a sum with a variable
Hi everyone. I would like to plot something of the form: sum( (factorial(k) / (factorial(i)*factorial(k-i)), i=1..k) for...

10 years ago | 2 answers | 0

2

answers