Function with a Vector variable
Hello,
usually I define function as function of variables. The latter being scalar.
How can I define a function with the variable being a vector?
example
function(p):=p(1)*x+p(2)
with p being a vector
this gives me error
Thank you


