I have two lists of functions, for instance: log(n*x)
, n=1:2017
and cos(m*x)
, m=1:6
. I want/need to construct the matrix product of these vectors and then integrating each element of the matrix between 10 and 20.
I have read this post: Matrix of symbolic functions but I think that it is not useful for this problem. I'm trying to do this by using a loop but I can not get it.
Thanks in advance for reading it.