R로 배우는 데이터 과학을 위한 선형대수
Eric Eager
Data Scientist at Pro Football Focus
A%*%x
[,1] [1,] -1 [2,] 4 [3,] 0
A[, 1]*x[1] + A[,2]*x[2]
[1] -1 4 0