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