I have the problem that I would like to use a function with a set of values which are in an array. For example measured values.
My problem is that inside the function is a multiplication, so the vector is multiplicated with another vector. But I do not want this, I just want mathcad to take each value and to give out a vector with the results for each value in the input vector. This works if a range is defined but not with a vector. I understand that there is a matrix multiplication, but is there no way to tell mathcad what I want to do? Here is an example: