If I have two series (ex. [10,15,-8] and [12,-10,2]). How can I create a matrix of the two subtracting the values? The output would look like:
10 15 -8