Question: add a number to all elements of a matrix/vector

This should be a very basic question. Is there any explicit function or syntax of the commands that we can add a number to all elements of a vector or a matrix? I know with map we can do that but I doubt it is the proper one.

Please Wait...