AHuang_Assignment1_20170903
Huang, Angus
September 3, 2017
library(MASS) u = c(0.5, 0.5) v = c(3, -4)
u%*%v
## [,1] ## [1,] -0.5