Reputation: 27
Normally when one adds two vectors this is what happens
[1 4] + [2 5] = [3 9]
I want it to do this:
[1 4] + [2 5] = 3 6
6 9
So basically addition like how multiplication happens. But without using for-loops. Thanks so much!
Upvotes: 0
Views: 258