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=(23) vector b=(32)
vector a+b=(2+33+2)=(55)
Shown graphically this is
vector c=(55)




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=(23) vector b=(32)
vector a+b=(2+33+2)=(55)
Shown graphically this is
vector c=(55)