I need to do some computations with maple which I don't know how to do it. So I thought I can ask you.
I am going to pick a simple function, as simple as possible. let's take $f(x,y):=x^2+y^2$. I want to make a list with maple to give me a list of numbers producing with $f(x,y)$ for integral value $x=1...5$, and $y=1...5$, in other word a list consists of $f(1,1), f(1,2), f(1,3),..., f(5,5)$.
Of course my function and the range is much more complicate, so I just took this particular function just to be more precise.
Thank you.