Mammoth Memory

Adding column vectors

Add just like any normal calculation but keep the top row separate from the bottom row

 

Example 1

Add vector `a`  to vector `b`

vector `a=((2),(3))`  vector `b=((3),(2))`

vector `a+b=((2+3),(3+2))=((5),(5))`

Shown graphically this is

Column vectors need to be added the same way just make sure to add the axis up as well

vector `c=((5),(5))`

More Info